From 320fcd241097619753a388b7b7e13ecfa7151f6a Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Thu, 16 Oct 2025 15:40:06 +0200 Subject: let phpstan scan config folder as well --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index e4f11a0..e298a75 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,6 +4,8 @@ parameters: paths: - app/controllers - cli + - config + - db/migrations - lib - tests/functional - tests/jsonapi -- cgit v1.0