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