Skip to content

Commit c63239c

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

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
@@ -6,7 +6,7 @@
66
</standard>
77
<code_comparison>
88
<code title="Valid: Boolean operator between conditions at the beginning of the line.">
9-
=<![CDATA[
9+
<![CDATA[
1010
if (
1111
$expr1
1212
&& $expr2

0 commit comments

Comments
 (0)