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 a36d6e7 + a379e19 commit b1a8ca0Copy full SHA for b1a8ca0
src/Template/rector.php
@@ -61,6 +61,10 @@
61
realpath(getcwd()) . '/vendor/codeigniter4/framework/system/Test/bootstrap.php',
62
]);
63
64
+ if (is_file(__DIR__ . '/phpstan.neon.dist')) {
65
+ $parameters->set(Option::PHPSTAN_FOR_RECTOR_PATH, __DIR__ . '/phpstan.neon.dist');
66
+ }
67
+
68
// Set the target version for refactoring
69
$parameters->set(Option::PHP_VERSION_FEATURES, PhpVersion::PHP_74);
70
0 commit comments