Skip to content
Snippets Groups Projects
Commit ca532150 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add rule ScopeIndent

parent 10314e50
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,10 @@
<rule ref="PEAR.NamingConventions.ValidVariableName" />
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent" />
<rule ref="PEAR.WhiteSpace.ScopeIndent">
<severity>0</severity>
</rule>
<rule ref="PEAR.WhiteSpace.ScopeClosingBrace">
<severity>0</severity>
......
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