Using PSR12

This commit is contained in:
Chris Lock 2023-07-02 22:49:38 +01:00
parent c94aeeafde
commit 8f74271730
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<file>src</file>
<file>tests</file>
<rule ref="PSR2" >
<rule ref="PSR12" >
<!-- Current exclusions -->
<exclude name="PSR1.Methods.CamelCapsMethodName" />
</rule>