Skip to content
Snippets Groups Projects
Commit 2f0ad6a2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: syntax error in ruleset.xml

parent 0fa836fd
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,10 @@
<rule ref="PEAR.NamingConventions.ValidFunctionName.FunctionNameInvalid">
<severity>0</severity>
</rule>
<rule ref="PEAR.NamingConventions.ValidFunctionName.FunctionNoCapital">
<severity>0</severity>
</rule>
<!-- some phpcs have a typo error in rule, so we add it too -->
<rule ref="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial">
<severity>0</severity>
</rule>
......
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