Skip to content

Commit a4595df

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard
1 parent cda190f commit a4595df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
]);
1818
$parameters->set(Option::BOOTSTRAP_FILES, [__DIR__ . '/vendor/squizlabs/php_codesniffer/autoload.php']);
1919

20+
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_80);
21+
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_81);
22+
2023
// Define what rule sets will be applied
2124
$containerConfigurator->import(SetList::PHP_80);
2225
$containerConfigurator->import(SetList::PHP_81);

0 commit comments

Comments
 (0)