Skip to content

Commit 75c3745

Browse files
dingo-djrfnl
andauthored
Update src/Standards/PSR12/Docs/ControlStructures/BooleanOperatorPlacementStandard.xml
Co-authored-by: Juliette <[email protected]>
1 parent d53bed8 commit 75c3745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/PSR12/Docs/ControlStructures/BooleanOperatorPlacementStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (
3131
</code>
3232
</code_comparison>
3333
<code_comparison>
34-
<code title="Valid: Boolean operator between conditions at the end of the line.">
34+
<code title="Valid: Boolean operator between conditions consistently at the end of the line.">
3535
<![CDATA[
3636
if (
3737
$expr1 &&

0 commit comments

Comments
 (0)