Menu
← Back to all error identifiers
Error Identifiers: doWhile.*
There are 3 error identifiers in the doWhile.* group:
-
Do-while loop condition is always false, so the loop body runs only once.
-
Do-while loop condition is always true, creating an infinite loop.
-
doWhile.condNotBoolean phpstan-strict-rulesDo-while loop condition is not a boolean value.