From: Art4 Date: Sat, 23 Nov 2024 23:06:45 +0000 (+0000) Subject: exclude vendor pathes from scan X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=763d66f367be37e01b3493fb1eaeb47a2bb1de36;p=friendica.git exclude vendor pathes from scan --- diff --git a/.phpstan.neon b/.phpstan.neon index e398ad3265..469f7eafa4 100644 --- a/.phpstan.neon +++ b/.phpstan.neon @@ -9,6 +9,10 @@ parameters: - addon/ - src/ + excludePaths: + analyse: + - addon/*/vendor/* + scanDirectories: - mod - vendor