From 48ea67968ec984d362a4b7b0dc958e65f28a4310 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Nov 2021 15:16:06 +0100 Subject: [PATCH] Update PHPStan configuration. Update paths - add paths to ignore. --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 64eecd265..242e35626 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,11 +4,13 @@ parameters: - src/ excludePaths: - src/Bundle/*/Tests/* + - src/Bundle/*/Test/* - src/Bundle/*/config/* - src/Bundle/*/migrations/* - src/Bundle/*/translations/* - src/Bundle/*/Resources/* - src/Bundle/*/src/Tests/* + - src/Bundle/*/src/Test/* - src/Bundle/*/src/config/* - src/Bundle/*/src/migrations/* - src/Bundle/*/src/translations/*