Skip to content

Commit ad63171

Browse files
committed
Update rector config
1 parent c25183e commit ad63171

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rector.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SmartCall Restful API (v3) HTTP Client.
44
*
55
* @author Jacques Marneweck <[email protected]>
6-
* @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
6+
* @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
77
* @license MIT
88
*/
99

@@ -34,10 +34,9 @@
3434
SetList::CODE_QUALITY,
3535
SetList::CODING_STYLE,
3636
SetList::EARLY_RETURN,
37-
PHPUnitSetList::PHPUNIT_91,
37+
PHPUnitSetList::PHPUNIT_100,
3838
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
3939
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
40-
PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER,
4140
SetList::PRIVATIZATION,
4241
SetList::PSR_4,
4342
SetList::TYPE_DECLARATION,

0 commit comments

Comments
 (0)