diff --git a/phpstan.neon b/phpstan.neon index 0eb3b2c70..115214750 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -23,6 +23,8 @@ parameters: - %currentWorkingDirectory%/src/Bundle/spec/* - %currentWorkingDirectory%/src/Bundle/Tests/* - %currentWorkingDirectory%/src/Component/Reflection/ClassReflection.php + - %currentWorkingDirectory%/src/Component/Symfony/Routing/* + - %currentWorkingDirectory%/src/Component/Symfony/Bundle/Routing/* - %currentWorkingDirectory%/src/Component/spec/* - %currentWorkingDirectory%/src/Component/vendor/*