We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e781de8 commit 920945cCopy full SHA for 920945c
1 file changed
src/Template/rector.php
@@ -47,7 +47,7 @@
47
return static function (RectorConfig $rectorConfig): void {
48
$rectorConfig->sets([
49
SetList::DEAD_CODE,
50
- LevelSetList::UP_TO_PHP_74,
+ LevelSetList::UP_TO_PHP_81,
51
PHPUnitSetList::PHPUNIT_CODE_QUALITY,
52
PHPUnitSetList::PHPUNIT_100,
53
]);
@@ -81,7 +81,7 @@
81
}
82
83
// Set the target version for refactoring
84
- $rectorConfig->phpVersion(PhpVersion::PHP_74);
+ $rectorConfig->phpVersion(PhpVersion::PHP_81);
85
86
// Auto-import fully qualified class names
87
$rectorConfig->importNames();
0 commit comments