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