We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acabd78 commit bf3a4c0Copy full SHA for bf3a4c0
src/Template/rector.php
@@ -57,7 +57,7 @@
57
]);
58
59
// Set the target version for refactoring
60
- $parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_73);
+ $parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_74);
61
62
// Auto-import fully qualified class names
63
$parameters->set(Option::AUTO_IMPORT_NAMES, true);
0 commit comments