Skip to content

Commit

Permalink
Fix issue with rector and new phpstan.dist.neon file (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Dec 14, 2023
1 parent e530c27 commit 8dab032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$rectorConfig->paths([__DIR__ . '/src', __DIR__ . '/tests']);

$rectorConfig->phpstanConfigs([
__DIR__ . '/phpstan.neon',
__DIR__ . '/phpstan.dist.neon',
// rector does not load phpstan extension automatically so require them manually here:
__DIR__ . '/vendor/phpstan/phpstan-doctrine/extension.neon',
__DIR__ . '/vendor/phpstan/phpstan-symfony/extension.neon',
Expand Down

0 comments on commit 8dab032

Please sign in to comment.