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