You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by @mwic: I make frequent use of comments on else control structures , so that I don't have to scroll around to see what condition is being else'd. e.g.
if ( $parrotIsAlive ) {
[snip]
} else { //parrot has ceased to be
[snip]
}
With your standard I get a misleading message on this attempt.
"Blank line found at start of control structure"
Whether or not the comment is allowed, the message needs to be fixed