diff --git a/phpstan.neon b/phpstan.neon index 80b5431..b9fb9c4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,8 +13,9 @@ parameters: - automation - cli excludePaths: - - vendor - - node_modules + analyseAndScan: + - vendor + - node_modules (?) # Report unknown classes and functions reportUnmatchedIgnoredErrors: false