Menu
← Back to all error identifiers
Error Identifiers: logicalAnd.*
There are 9 error identifiers in the logicalAnd.* group:
-
Result of the and expression is always false.
-
Result of the and expression is always true.
-
Left side of and is always false, making the right side unreachable.
-
Left side of and is always true, making it redundant.
-
logicalAnd.leftNotBoolean phpstan-strict-rulesLeft side of and is not a boolean value.
-
Result of and is discarded due to operator precedence.
-
Right side of and is always false.
-
Right side of and is always true, making it redundant.
-
logicalAnd.rightNotBoolean phpstan-strict-rulesRight side of and is not a boolean value.