add phpstan config
This commit is contained in:
parent
f6bfb89b29
commit
6f29ecbbb9
|
@ -0,0 +1,17 @@
|
|||
parameters:
|
||||
level: 5
|
||||
ignoreErrors:
|
||||
- '#Constant.*not found#'
|
||||
- '#Call to an undefined method DOMNode::getAttribute\(\).#'
|
||||
- '#PHPDoc tag @param has invalid value#'
|
||||
- message: '##'
|
||||
paths:
|
||||
- lib/*
|
||||
- vendor/*
|
||||
- plugins/*/vendor/*
|
||||
- plugins.local/*/vendor/*
|
||||
|
||||
excludePaths:
|
||||
- node_modules/*
|
||||
paths:
|
||||
- .
|
Loading…
Reference in New Issue