Skip to content

Commit

Permalink
fix(phpcs): added exception for database/seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
vorban committed Sep 9, 2021
1 parent 702347c commit c0c55c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/.phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<rule ref="PSR12"/>
<rule ref="PSR1.Classes.ClassDeclaration">
<exclude-pattern>database/migrations/*</exclude-pattern>
<exclude-pattern>database/seeds/*</exclude-pattern>
</rule>
</ruleset>

0 comments on commit c0c55c4

Please sign in to comment.