Skip to content

Commit ae6bd93

Browse files
committed
remove switch case property that is not working as intended
1 parent 490efe9 commit ae6bd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<config name="testVersion" value="8.0-"/>
2222

2323
<!-- 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>
24+
<rule ref="PSR2">
25+
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
2626
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
2727
</rule>
2828

0 commit comments

Comments
 (0)