From d7813545396e597da72b352fa9c230a7a29958a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 11 May 2022 07:56:29 +0300 Subject: [PATCH] add some more phpstan excludes --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) 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/*