Skip to content

Commit 2055266

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

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
@@ -34,7 +34,7 @@ if (
3434
<code title="Valid: Boolean operator between conditions consistently at the end of the line.">
3535
<![CDATA[
3636
if (
37-
$expr1 &&
37+
$expr1 ||
3838
($expr2 || $expr3) &&
3939
$expr4
4040
) {

0 commit comments

Comments
 (0)