From b8438f0a1ca824677079c0167d9daef621244b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= <lc.fremont@gmail.com> Date: Tue, 17 Oct 2023 10:02:21 +0200 Subject: [PATCH] Fix other Psalm errors --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) 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/*