Skip to content

Commit 842ffdf

Browse files
Exclude false positive for PSR12.Files.FileHeader.SpacingAfterBlock. (#48)
1 parent 8bc39ac commit 842ffdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Yii2/ruleset.xml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
<!-- CASE keyword must be indented 4 spaces from SWITCH keyword. -->
1818
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>
19+
20+
<!-- Exclude false positive for PSR12.Files.FileHeader.SpacingAfterBlock -->
21+
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
1922
</rule>
2023

2124
<!-- display progress -->

0 commit comments

Comments
 (0)