There was an error while loading. Please reload this page.
1 parent cfba1ef commit 10b5a19Copy full SHA for 10b5a19
1 file changed
Infinum/ruleset.xml
@@ -55,6 +55,12 @@
55
</rule>
56
<rule ref="Generic.WhiteSpace.DisallowTabIndent" />
57
58
+ <rule ref="PEAR.Functions.FunctionCallSignature">
59
+ <properties>
60
+ <property name="indent" value="2"/>
61
+ </properties>
62
+ </rule>
63
+
64
<!-- Set minimum supported version for deprecated functions -->
65
<rule ref="WordPress.WP.DeprecatedFunctions">
66
<properties>
0 commit comments