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 cda190f commit a4595dfCopy full SHA for a4595df
rector.php
@@ -17,6 +17,9 @@
17
]);
18
$parameters->set(Option::BOOTSTRAP_FILES, [__DIR__ . '/vendor/squizlabs/php_codesniffer/autoload.php']);
19
20
+ $parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_80);
21
+ $parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_81);
22
+
23
// Define what rule sets will be applied
24
$containerConfigurator->import(SetList::PHP_80);
25
$containerConfigurator->import(SetList::PHP_81);
0 commit comments