Pattern: Use of lonely if
Issue: -
Disallow if
statements as the only statement in an else
block.
Note: This rule will not fix the indentation of the "inner" code. It is strongly recommended to run this sniff together with the Generic.WhiteSpace.ScopeIndent
sniff to get the correct indentation.