This elseif statement is empty, and could be removed.
This check looks for the bodies of elseif statements that have no statements or where all statements
have been commented out. This may be the result of changes for debugging or the code
may simply be obsolete.
These elseif bodies can be removed. If you have an empty elseif but statements in the else
branch, consider inverting the condition.
This check looks for the bodies of
elseifstatements that have no statements or where all statements have been commented out. This may be the result of changes for debugging or the code may simply be obsolete.These
elseifbodies can be removed. If you have an empty elseif but statements in theelsebranch, consider inverting the condition.