18 lines
808 B
Plaintext
18 lines
808 B
Plaintext
parameters:
|
|
level: 8
|
|
reportUnmatchedIgnoredErrors: false
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
|
|
excludePaths:
|
|
# Makes PHPStan crash
|
|
- 'src/DependencyInjection/Configuration.php'
|
|
|
|
# Test dependencies
|
|
- 'tests/Application/app/**.php'
|
|
- 'tests/Application/src/**.php'
|
|
|
|
ignoreErrors:
|
|
- '/Parameter #1 \$configuration of method Symfony\\Component\\DependencyInjection\\Extension\\Extension::processConfiguration\(\) expects Symfony\\Component\\Config\\Definition\\ConfigurationInterface, Symfony\\Component\\Config\\Definition\\ConfigurationInterface\|null given\./'
|
|
- '/Cannot call method [a-z]+Node\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\./'
|