diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-05-11 11:12:45 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-05-11 11:12:45 +0300 |
| commit | 68e49203d1dd27e8ced08a6c99857925a2891244 (patch) | |
| tree | 3d2a3db83d3dca6908b6032d9261bada3deb4427 | |
| parent | d7813545396e597da72b352fa9c230a7a29958a1 (diff) | |
make phpstan stfu about unmatcher ignored errors (seriously)
| -rw-r--r-- | phpstan.neon | 1 |
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.#' |