mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34: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
|
- library/Director
|
||||||
|
|
||||||
ignoreErrors:
|
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:
|
scanDirectories:
|
||||||
- /icingaweb2
|
- /icingaweb2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user