Files
sitemap-plugin/phpstan.neon
2019-06-17 15:06:48 +02:00

19 lines
528 B
Plaintext

includes:
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
parameters:
reportUnmatchedIgnoredErrors: true
excludes_analyse:
# Makes PHPStan crash
- 'src/DependencyInjection/Configuration.php'
# todo remove this in v2
- 'src/Provider/ProductUrlProvider.php'
# Test dependencies
- 'tests/Application/app/**.php'
- 'tests/Application/src/**.php'