Skip to content

Commit 8bb5a85

Browse files
committed
:octocat: Slevomat NewWithoutParentheses does not like 8.4
1 parent 9a38501 commit 8bb5a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowContinueWithoutIntegerOperandInSwitch"/>
5050
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowShortTernaryOperator"/>
5151
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator"/>
52-
<rule ref="SlevomatCodingStandard.ControlStructures.NewWithoutParentheses"/>
52+
<!--<rule ref="SlevomatCodingStandard.ControlStructures.NewWithoutParentheses"/>-->
5353
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator"/>
5454
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
5555
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator"/>

0 commit comments

Comments
 (0)