Skip to content

Commit

Permalink
Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 10, 2023
1 parent d203d60 commit 15ca42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
</rule>
<rule ref="Spryker.Commenting.DocBlockTagGrouping"/>
<rule ref="Spryker.Classes.ClassFileName.NoMatch">
<rule ref="PhpCollective.Commenting.DocBlockTagGrouping"/>
<rule ref="PhpCollective.Classes.ClassFileName.NoMatch">
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
</rule>
</ruleset>

0 comments on commit 15ca42e

Please sign in to comment.