From c6a9865839db122ef69af6551d9f1862a68f9933 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Sat, 10 Jun 2023 08:49:41 +0800 Subject: [PATCH] Exclude `helper` when run phpstan (#5826) --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 3b3b4bbfd..401b363f9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,6 +9,7 @@ parameters: treatPhpDocTypesAsCertain: true reportUnmatchedIgnoredErrors: false excludePaths: + - %currentWorkingDirectory%/src/helper/* - %currentWorkingDirectory%/src/*/tests/* - %currentWorkingDirectory%/src/*/publish/* - %currentWorkingDirectory%/src/*/class_map/*