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 80ee0f9 commit 487936cCopy full SHA for 487936c
.config/phpcs.xml.dist
@@ -23,6 +23,7 @@
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>
26
+ <exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
27
</rule>
28
29
<!-- Include the whole PSR-12 standard -->
0 commit comments