Menu
← Back to all error identifiers
Error Identifiers: ignore.*
There are 7 error identifiers in the ignore.* group:
-
ignore.allLineErrors non-ignorableIgnoring all errors on a line is not allowed.
-
ignore.count non-ignorableIgnored error count does not match the actual number of occurrences.
-
ignore.noComment non-ignorableIgnore with identifier has no comment.
-
ignore.parseError non-ignorableSyntax error in a @phpstan-ignore inline comment.
-
ignore.unmatched non-ignorableIgnored error pattern in configuration was not matched by any actual error.
-
ignore.unmatchedIdentifier non-ignorableInline @phpstan-ignore specifies an identifier that is not reported on that line.
-
ignore.unmatchedLine non-ignorableIgnore-line or ignore-next-line comment is on a line with no error.