mirror of
https://github.com/jbcr/sitemap-plugin.git
synced 2026-03-24 08:52:17 +01:00
19 lines
528 B
Plaintext
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'
|