Skip to content

Commit d45bfcd

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

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
@@ -46,7 +46,7 @@ if (
4646
<![CDATA[
4747
match (
4848
$expr1
49-
&& $expr2 &&
49+
&& $expr2 ||
5050
$expr3
5151
) {
5252
// structure body.

0 commit comments

Comments
 (0)