Menu
← Back to all error identifiers
Error Identifiers: booleanNot.*
There are 3 error identifiers in the booleanNot.* group:
-
Negated expression is always false because the operand is always truthy.
-
Negated expression is always true because the operand is always falsy.
-
booleanNot.exprNotBoolean phpstan-strict-rulesNegation operator is applied to a non-boolean value.