Skip to content

Commit

Permalink
fix phpcs rules to avoid errors from moving core classes
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jul 1, 2024
1 parent 68597ca commit 0a11f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<rule ref="PSR1.Classes.ClassDeclaration">
<exclude-pattern>*/updates/updates\.php$</exclude-pattern>
<exclude-pattern>*/classes/obfcallbacks\.php$</exclude-pattern>
<exclude-pattern>*/classes/core/obfcallbacks\.php$</exclude-pattern>
</rule>

<rule ref=".phpcs/NoModelCallSniff.php">
Expand Down

0 comments on commit 0a11f98

Please sign in to comment.