Menu
← Back to all error identifiers
Error Identifiers: elseif.*
There are 3 error identifiers in the elseif.* group:
-
Elseif condition is always false, making the branch unreachable.
-
Elseif condition is always true, making subsequent branches unreachable.
-
elseif.condNotBoolean phpstan-strict-rulesElseif condition is not a boolean value.