Skip to content

Commit

Permalink
Update phpcs.xml.dist file
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Mar 22, 2022
1 parent 67a85c1 commit 430e0f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
<exclude-pattern>test/TestAsset/Module*.php</exclude-pattern>

<!-- Include all rules from Laminas Coding Standard -->
<rule ref="LaminasCodingStandard" />
</ruleset>
<rule ref="LaminasCodingStandard">
<exclude name="SlevomatCodingStandard.Classes.ModernClassNameReference"/>
</rule>
</ruleset>

0 comments on commit 430e0f7

Please sign in to comment.