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