We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing validation of phpstan for rector path. Tested version: 0.12.19
<?php declare(strict_types=1); use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (ContainerConfigurator $containerConfigurator): void { $parameters = $containerConfigurator->parameters(); $parameters->set(\Rector\Core\Configuration\Option::PHPSTAN_FOR_RECTOR_PATH, '/not-existing.neon'); };
Error produced.
The text was updated successfully, but these errors were encountered:
This can done in PHPStan factory: https://github.com/rectorphp/rector-src/blob/be530c5e2f56190f5fe1813ae4344cdaf3f75d7f/packages/NodeTypeResolver/DependencyInjection/PHPStanServicesFactory.php#L37
Sorry, something went wrong.
Resolved by rectorphp/rector-src#2043
No branches or pull requests
Bug Report
Missing validation of phpstan for rector path. Tested version: 0.12.19
Minimal PHP Code Causing Issue
Expected Behaviour
Error produced.
The text was updated successfully, but these errors were encountered: