summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-26 19:55:49 +0300
committerAndrew Dolgov <[email protected]>2021-02-26 19:55:49 +0300
commitc521e26a1961371fcacde467d79bd3ee4162c2b2 (patch)
tree0a7ae63de0daa8d8eaba5e88dfaa6eb41bcfd5c0 /phpstan.neon
parentd6bb77f452c05e84039dde403fdafbf4f1633e6f (diff)
use absolute namespace for readability
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 1b8eecd14..8fe36c8b4 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -22,5 +22,6 @@ parameters:
- plugins.local/**/tests/*
- plugins/**/test/*
- plugins.local/**/test/*
+ - plugins.local/*/vendor/intervention/*
paths:
- .