We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a38501 commit 8bb5a85Copy full SHA for 8bb5a85
1 file changed
phpcs.xml.dist
@@ -49,7 +49,7 @@
49
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowContinueWithoutIntegerOperandInSwitch"/>
50
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowShortTernaryOperator"/>
51
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator"/>
52
- <rule ref="SlevomatCodingStandard.ControlStructures.NewWithoutParentheses"/>
+ <!--<rule ref="SlevomatCodingStandard.ControlStructures.NewWithoutParentheses"/>-->
53
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator"/>
54
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator"/>
55
<rule ref="SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator"/>
0 commit comments