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.
2 parents 196b5c4 + 1f049ef commit fdfae98Copy full SHA for fdfae98
rector.php
@@ -55,6 +55,9 @@
55
$parameters->set(Option::BOOTSTRAP_FILES, [
56
realpath(getcwd()) . '/vendor/codeigniter4/framework/system/Test/bootstrap.php',
57
]);
58
+
59
60
+ $parameters->set(Option::PHPSTAN_FOR_RECTOR_PATH, __DIR__ . '/phpstan.neon.dist');
61
62
// Set the target version for refactoring
63
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_74);
0 commit comments