summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 21:22:03 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 21:22:03 +0300
commit62ca093b75329f5d11d67b425ba0efd22649a3c8 (patch)
tree41044d77df3e02d40b47f2614bc8b70d957ebe8e /phpstan.neon
parentcdd7ad020e165fe680703b6d3319b908b682fb7a (diff)
make phpstan & watcher happy, stop running phpstan on vendor/
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 1b5c17e3e..8b0c352a2 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -28,8 +28,6 @@ parameters:
- plugins/**/tests/*
- plugins/*/vendor/intervention/*
- plugins/*/vendor/psr/log/*
- - vendor/**/test/*
- - vendor/**/tests/*
- - vendor/sebastian/*
+ - vendor/**/*
paths:
- .