Skip to content

Commit 8518917

Browse files
committed
use php 8.2 rector set
1 parent f2cb43a commit 8518917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;
77

88
return RectorConfig::configure()
9-
->withPhpSets(php81: true)
9+
->withPhpSets(php82: true)
1010
->withPreparedSets(
1111
codeQuality: true,
1212
codingStyle: true,

0 commit comments

Comments
 (0)