We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5089a commit 88899bfCopy full SHA for 88899bf
phpcs.xml.dist
@@ -53,4 +53,11 @@
53
<rule ref="WordPress.WP.GlobalVariablesOverride">
54
<exclude-pattern>tests/</exclude-pattern>
55
</rule>
56
+
57
+ <rule ref="Squiz.WhiteSpace.FunctionSpacing">
58
+ <properties>
59
+ <property name="spacingBeforeFirst" value="0"/>
60
+ <property name="spacingAfterLast" value="0"/>
61
+ </properties>
62
+ </rule>
63
</ruleset>
0 commit comments