Skip to content

Commit bf3a4c0

Browse files
committed
Fix PHP version
1 parent acabd78 commit bf3a4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Template/rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
]);
5858

5959
// Set the target version for refactoring
60-
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_73);
60+
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_74);
6161

6262
// Auto-import fully qualified class names
6363
$parameters->set(Option::AUTO_IMPORT_NAMES, true);

0 commit comments

Comments
 (0)