phpstan: exclude psr/log
This commit is contained in:
parent
1d788eddf8
commit
bd95325f8d
|
@ -22,10 +22,12 @@ parameters:
|
||||||
- lib/**/test/*
|
- lib/**/test/*
|
||||||
- plugins/**/tests/*
|
- plugins/**/tests/*
|
||||||
- plugins/**/Test/*
|
- plugins/**/Test/*
|
||||||
|
- plugins/*/vendor/psr/log/*
|
||||||
- plugins.local/**/tests/*
|
- plugins.local/**/tests/*
|
||||||
- plugins/**/test/*
|
- plugins/**/test/*
|
||||||
- plugins.local/**/test/*
|
- plugins.local/**/test/*
|
||||||
- plugins.local/*/vendor/intervention/*
|
- plugins.local/*/vendor/intervention/*
|
||||||
|
- plugins.local/*/vendor/psr/log/*
|
||||||
- plugins.local/cache_s3/vendor/*
|
- plugins.local/cache_s3/vendor/*
|
||||||
paths:
|
paths:
|
||||||
- .
|
- .
|
||||||
|
|
Loading…
Reference in New Issue