From c9d533bad714c638133510257275fae1e441296f Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 6 Nov 2023 14:15:18 +0100 Subject: [PATCH] [TASK] Update phpstan paths include --- Build/phpstan/Core11/phpstan.neon | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/phpstan/Core11/phpstan.neon b/Build/phpstan/Core11/phpstan.neon index 294b3d9..45f4e1e 100644 --- a/Build/phpstan/Core11/phpstan.neon +++ b/Build/phpstan/Core11/phpstan.neon @@ -9,9 +9,9 @@ parameters: level: 8 paths: - - ../../../ - - excludePaths: - - ../../../.Build - - ../../../.cache - - ../../../Build + - ../../../Classes + - ../../../Configuration + - ../../../Resources + - ../../../ext_emconf.php + - ../../../ext_localconf.php + - ../../../ext_tables.php