We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25183e commit ad63171Copy full SHA for ad63171
rector.php
@@ -3,7 +3,7 @@
3
* SmartCall Restful API (v3) HTTP Client.
4
*
5
* @author Jacques Marneweck <[email protected]>
6
- * @copyright 2017-2023 Jacques Marneweck. All rights strictly reserved.
+ * @copyright 2017-2024 Jacques Marneweck. All rights strictly reserved.
7
* @license MIT
8
*/
9
@@ -34,10 +34,9 @@
34
SetList::CODE_QUALITY,
35
SetList::CODING_STYLE,
36
SetList::EARLY_RETURN,
37
- PHPUnitSetList::PHPUNIT_91,
+ PHPUnitSetList::PHPUNIT_100,
38
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
39
PHPUnitSetList::PHPUNIT_SPECIFIC_METHOD,
40
- PHPUnitSetList::PHPUNIT_YIELD_DATA_PROVIDER,
41
SetList::PRIVATIZATION,
42
SetList::PSR_4,
43
SetList::TYPE_DECLARATION,
0 commit comments