Skip to content

Commit 57162ab

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

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
@@ -18,7 +18,7 @@ if (
1818
}
1919
]]>
2020
</code>
21-
<code title="Invalid: Boolean operators between conditions at the beginning and the end of the line.">
21+
<code title="Invalid: Mix of boolean operators at the beginning and the end of the line.">
2222
<![CDATA[
2323
if (
2424
$expr1 &&

0 commit comments

Comments
 (0)