rector/phpstan.neon
2017-10-06 14:13:49 +02:00

12 lines
718 B
Plaintext

parameters:
ignoreErrors:
- '#Internal error#'
- '#Undefined variable: \$possibleAutoloadPaths#'
- '#Class NotLoadedSource\\SomeClass was not found while trying to analyse it - autoloading is probably not configured properly#'
excludes_analyse:
- *packages/DeprecationExtractor/tests/DeprecationExtractorSource/Definition.php
- tests/Rector/Contrib/Nette/Routing/BootstrapToRouterFactoryRector/Correct/RouterFactory.php
- tests/Rector/Contrib/Nette/Routing/BootstrapToRouterFactoryRector/Wrong/bootstrap.php
- tests/Rector/Dynamic/MethodNameReplacerRector/wrong/SomeClass.php
- tests/Rector/Dynamic/MethodNameReplacerRector/correct/SomeClass.php