Skip to content

Commit

Permalink
excluded iDin in check
Browse files Browse the repository at this point in the history
  • Loading branch information
SandervdHulst committed Oct 3, 2023
1 parent 13246b9 commit d975386
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 @@ -15,6 +15,7 @@
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
<exclude-pattern>src/PaymentMethods/iDeal/iDeal.php</exclude-pattern>
<exclude-pattern>src/PaymentMethods/iDealQR/iDealQR.php</exclude-pattern>
<exclude-pattern>src/PaymentMethods/iDin/iDin.php</exclude-pattern>
</rule>


Expand Down

0 comments on commit d975386

Please sign in to comment.