summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-05-11 07:56:29 +0300
committerAndrew Dolgov <[email protected]>2022-05-11 07:56:29 +0300
commitd7813545396e597da72b352fa9c230a7a29958a1 (patch)
treeb2473f75a663a77a2f069a4157234d49d78c78e3 /phpstan.neon
parentb17b4a4b9ef166f51ac578a403a7ce6fd7864227 (diff)
add some more phpstan excludes
Diffstat (limited to 'phpstan.neon')
-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/*