Skip to content

Commit acbea24

Browse files
committed
fix php version for rector
1 parent d3f1eff commit acbea24

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
@@ -81,7 +81,7 @@
8181
}
8282

8383
// Set the target version for refactoring
84-
$rectorConfig->phpVersion(PhpVersion::PHP_81);
84+
$rectorConfig->phpVersion(PhpVersion::PHP_82);
8585

8686
// Auto-import fully qualified class names
8787
$rectorConfig->importNames();

0 commit comments

Comments
 (0)