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 490efe9 commit ae6bd93Copy full SHA for ae6bd93
.config/phpcs.xml.dist
@@ -21,8 +21,8 @@
21
<config name="testVersion" value="8.0-"/>
22
23
<!-- Set indent for `break` to 0 so it aligns with `case` and `default` -->
24
- <rule ref="PSR2.ControlStructures.SwitchDeclaration">
25
- <properties><property name="indent" value="0" /></properties>
+ <rule ref="PSR2">
+ <exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
26
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
27
</rule>
28
0 commit comments