Skip to content

Commit

Permalink
Giving the same variable name exception to the Service classes as we …
Browse files Browse the repository at this point in the history
…gave the model classes
  • Loading branch information
aldavigdis committed Mar 22, 2024
1 parent c3201ed commit 80c0142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
-->
<rule ref="WordPress.NamingConventions.ValidVariableName">
<exclude-pattern>./src/Model/**</exclude-pattern>
<exclude-pattern>./src/Service/**</exclude-pattern>
</rule>

<!--
Expand Down

0 comments on commit 80c0142

Please sign in to comment.