summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-05-11 11:12:45 +0300
committerAndrew Dolgov <[email protected]>2022-05-11 11:12:45 +0300
commit68e49203d1dd27e8ced08a6c99857925a2891244 (patch)
tree3d2a3db83d3dca6908b6032d9261bada3deb4427 /phpstan.neon
parentd7813545396e597da72b352fa9c230a7a29958a1 (diff)
make phpstan stfu about unmatcher ignored errors (seriously)
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon
index c943a5227..66c6caa50 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -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.#'