Skip to content

Commit 2964da1

Browse files
committed
refactor: target php setlist PHP 8.2 to Rector
1 parent 0f3d817 commit 2964da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
use Utils\Rector\UnderscoreToCamelCaseVariableNameRector;
5555

5656
return RectorConfig::configure()
57-
->withPhpSets(php81: true)
57+
->withPhpSets(php82: true)
5858
->withPreparedSets(deadCode: true, instanceOf: true, strictBooleans: true, phpunitCodeQuality: true)
5959
->withComposerBased(phpunit: true)
6060
->withParallel(120, 8, 10)

0 commit comments

Comments
 (0)