We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3d817 commit 2964da1Copy full SHA for 2964da1
1 file changed
rector.php
@@ -54,7 +54,7 @@
54
use Utils\Rector\UnderscoreToCamelCaseVariableNameRector;
55
56
return RectorConfig::configure()
57
- ->withPhpSets(php81: true)
+ ->withPhpSets(php82: true)
58
->withPreparedSets(deadCode: true, instanceOf: true, strictBooleans: true, phpunitCodeQuality: true)
59
->withComposerBased(phpunit: true)
60
->withParallel(120, 8, 10)
0 commit comments