Skip to content

Commit

Permalink
Exclude false positive for PSR12.Files.FileHeader.SpacingAfterBlock. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Jun 12, 2024
1 parent 8bc39ac commit 842ffdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Yii2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

<!-- CASE keyword must be indented 4 spaces from SWITCH keyword. -->
<exclude name="PSR2.ControlStructures.SwitchDeclaration"/>

<!-- Exclude false positive for PSR12.Files.FileHeader.SpacingAfterBlock -->
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
</rule>

<!-- display progress -->
Expand Down

0 comments on commit 842ffdf

Please sign in to comment.