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
$phrase = 'phrase';
if ($a === true)
if ($b === true)
$phrase = 'another phrase';
else$phrase = 'different phrase';
Throws:
3 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 9
| | spaces but found 1 space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
8 | WARNING | [x] Equals sign not aligned with surrounding assignments; expected 5
| | spaces but found 1 space
| | (Generic.Formatting.MultipleStatementAlignment.NotSameWarning)
Caused by the control structure not having any braces.
The text was updated successfully, but these errors were encountered:
Ported over from: #2529 (comment)
Throws:
Caused by the control structure not having any braces.
The text was updated successfully, but these errors were encountered: