Skip to content

Commit 68f207e

Browse files
committed
Fix formatting of the standard
1 parent 1d5985b commit 68f207e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<documentation title="Boolean Operator Placement">
22
<standard>
33
<![CDATA[
4-
Boolean operators between conditions in certain control structures (if/else conditions, while loops and switch/match statements) must always be at the beginning or at the end of the line, not a mix of both.
4+
Boolean operators between conditions in control structures must always be at the beginning or at the end of the line, not a mix of both.
5+
6+
This rule applies to if/else conditions, while loops and switch/match statements.
57
]]>
68
</standard>
79
<code_comparison>

0 commit comments

Comments
 (0)