Skip to content

Commit f7fdb02

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
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-
2320
// Define what rule sets will be applied
2421
$containerConfigurator->import(SetList::PHP_80);
2522
$containerConfigurator->import(SetList::PHP_81);

0 commit comments

Comments
 (0)