From 0a6bbd4e9fa04d994b18a68a089f51e9be33ee18 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 11 Jan 2025 14:23:42 +0100 Subject: [PATCH] Minor analyseAndScan --- phpstan.dist.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 2c6e982..75387f5 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -12,15 +12,15 @@ parameters: excludePaths: analyse: - ../FreshRSS - - vendor/ - xExtension-ImageProxy/configure.phtml # TODO pass - xExtension-ImageProxy/extension.php # TODO pass analyseAndScan: - - .git/ + - .git/*? - node_modules/*? - symbolic/*? - third-party/*? - tmp/*? + - vendor/ dynamicConstantNames: - TYPE_GIT checkBenevolentUnionTypes: true