mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
phpstan: Relax unmatched ignore errors for certain messages
This commit is contained in:
parent
9f58dcf8d9
commit
deddcde0dd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user