phpstan: Don't report errors that we do not acknowledge as errors

This commit is contained in:
Sukhwinder Dhillon 2023-08-23 15:52:20 +02:00
parent 1f3514ce2b
commit b1025c6745

View file

@ -16,7 +16,11 @@ parameters:
- vendor
ignoreErrors:
- '#Unsafe usage of new static\(\)#'
-
messages:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
reportUnmatched: false
universalObjectCratesClasses:
- Icinga\Web\View