mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Add common ignore errors pattern to phpstan config
This commit is contained in:
parent
96cf175cc3
commit
f56b4aaf0f
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ parameters:
|
|||
- vendor
|
||||
|
||||
ignoreErrors:
|
||||
- '#. but return statement is missing#'
|
||||
-
|
||||
messages:
|
||||
- '#Unsafe usage of new static\(\)#'
|
||||
- '#. but return statement is missing#'
|
||||
reportUnmatched: false
|
||||
|
||||
universalObjectCratesClasses: # to ignore magic property errors
|
||||
- ipl\Orm\Model
|
||||
|
|
|
|||
Loading…
Reference in a new issue