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 8bc39ac commit 842ffdfCopy full SHA for 842ffdf
Yii2/ruleset.xml
@@ -16,6 +16,9 @@
16
17
<!-- CASE keyword must be indented 4 spaces from SWITCH keyword. -->
18
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
19
+
20
+ <!-- Exclude false positive for PSR12.Files.FileHeader.SpacingAfterBlock -->
21
+ <exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
22
</rule>
23
24
<!-- display progress -->
0 commit comments