make phpstan stfu about unmatcher ignored errors (seriously)

This commit is contained in:
Andrew Dolgov 2022-05-11 11:12:45 +03:00
parent d781354539
commit 68e49203d1
1 changed files with 1 additions and 0 deletions

View File

@ -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.#'