make phpstan stfu about unmatcher ignored errors (seriously)
This commit is contained in:
parent
d781354539
commit
68e49203d1
|
@ -1,5 +1,6 @@
|
|||
parameters:
|
||||
level: 6
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
ignoreErrors:
|
||||
- '#Constant.*\b(SUBSTRING_FOR_DATE|SCHEMA_VERSION|SELF_USER_AGENT|LABEL_BASE_INDEX|PLUGIN_FEED_BASE_INDEX)\b.*not found#'
|
||||
- '#Comparison operation ">" between int<1, max> and 0 is always true.#'
|
||||
|
|
Loading…
Reference in New Issue