Skip to content

Commit 3771116

Browse files
committed
Fix the code title
1 parent bd096dd commit 3771116

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
@@ -44,7 +44,7 @@ if (
4444
}
4545
]]>
4646
</code>
47-
<code title="Invalid: Boolean operators between conditions at the beginning and the end of the line.">
47+
<code title="Invalid: Mix of boolean operators at the beginning and the end of the line.">
4848
<![CDATA[
4949
match (
5050
$expr1

0 commit comments

Comments
 (0)