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 f9b1600 commit 09403e5Copy full SHA for 09403e5
composer.json
@@ -74,7 +74,8 @@
74
"test": "phpunit",
75
"test:coverage": "phpunit --coverage-clover ./coverage.xml",
76
"cs": "phpcs",
77
- "cs:fix": "phpcbf"
+ "cs:fix": "phpcbf",
78
+ "rector": "rector"
79
},
80
"config": {
81
"allow-plugins": {
rector.php
@@ -14,8 +14,7 @@
14
__DIR__ . '/src',
15
__DIR__ . '/tests',
16
])
17
- // uncomment to reach your current PHP version
18
- ->withPhpSets(php82: true)
+ ->withPhpSets()
19
->withTypeCoverageLevel(0)
20
->withSkip([
21
RemoveExtraParametersRector::class,
0 commit comments