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 f14d045 commit 7426521Copy full SHA for 7426521
Magento2/ruleset.xml
@@ -431,6 +431,9 @@
431
<rule ref="Squiz.ControlStructures.ControlSignature">
432
<severity>6</severity>
433
<type>warning</type>
434
+ <properties>
435
+ <property name="requiredSpacesBeforeColon" value="0"/>
436
+ </properties>
437
</rule>
438
<rule ref="Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace">
439
<exclude-pattern>*.phtml</exclude-pattern>
0 commit comments