summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpstan.neon2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 63132d801..c943a5227 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -13,6 +13,8 @@ parameters:
- node_modules/*
- vendor/**/tests/*
- vendor/**/test/*
+ - vendor/sebastian/*
+ - lib/dojo-src/*
- plugins/**/tests/*
- plugins/**/Test/*
- plugins.local/**/tests/*