Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-H committed Mar 12, 2024
1 parent 8b5710b commit a0ac618
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

<!-- Exclude paths -->
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/model/mysql/*</exclude-pattern>
<exclude-pattern>*/model/*/mysql/*</exclude-pattern>
<exclude-pattern>*/model/*/metadata.mysql.php</exclude-pattern>

<!-- Our base rule: set to PSR12-->
<rule ref="PSR12">
Expand All @@ -29,6 +30,6 @@
</rule>

<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<!-- <exclude-pattern>file/with/no-namespace.php</exclude-pattern>-->
<exclude-pattern>*/model/*/*.class.php</exclude-pattern>
</rule>
</ruleset>

0 comments on commit a0ac618

Please sign in to comment.