diff --git a/phpstan.neon b/phpstan.neon index 2235744..8dc24b0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,12 +1,11 @@ parameters: level: max reportUnmatchedIgnoredErrors: false - checkMissingIterableValueType: false paths: - src - tests/Behat - excludes_analyse: + excludePaths: # Makes PHPStan crash - 'src/DependencyInjection/Configuration.php' @@ -15,4 +14,8 @@ parameters: - 'tests/Application/src/**.php' ignoreErrors: + - + identifier: missingType.iterableValue + - + identifier: missingType.generics - '/Parameter #1 \$configuration of method Symfony\\Component\\DependencyInjection\\Extension\\Extension::processConfiguration\(\) expects Symfony\\Component\\Config\\Definition\\ConfigurationInterface, Symfony\\Component\\Config\\Definition\\ConfigurationInterface\|null given\./'