phpstan: Relax unmatched ignore errors for certain messages

This commit is contained in:
Sukhwinder Dhillon 2024-01-17 13:32:36 +01:00 committed by Johannes Meyer
parent 9f58dcf8d9
commit deddcde0dd

View File

@ -13,8 +13,11 @@ parameters:
- library/Director
ignoreErrors:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
-
messages:
- '#Unsafe usage of new static\(\)#'
- '#. but return statement is missing#'
reportUnmatched: false
scanDirectories:
- /icingaweb2