Menu
← Back to all error identifiers
Error Identifiers: postInc.*
There are 3 error identifiers in the postInc.* group:
-
Post-increment operator is applied to a non-variable expression.
-
postInc.nonNumeric phpstan-strict-rulesPost-increment operator is used on a non-numeric value.
-
Post-increment operator is used on a type that does not support it.