Skip to content
Snippets Groups Projects
Commit e4e2d54e authored by Tibo's avatar Tibo
Browse files

Add phpcs test for unused private elements

parent 7772b71e
No related branches found
No related tags found
No related merge requests found
Pipeline #1877 passed
......@@ -25,6 +25,7 @@
see list of available rules at https://github.com/slevomat/coding-standard/ -->
<config name="installed_paths" value="../../slevomat/coding-standard"/>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements"/>
</ruleset>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment