build: Remove unneeded Squiz.WhiteSpace.FunctionSpacing

It is already part of the default ruleset.xml

Change-Id: I26ee0c4df83360577ef08b42d5f05084c6b29ea3
This commit is contained in:
Umherirrender 2019-10-25 20:32:36 +02:00
parent adcbf91237
commit a2e5bd0364

View file

@ -7,11 +7,6 @@
<rule ref="Squiz.Strings.DoubleQuoteUsage">
<exclude name="Squiz.Strings.DoubleQuoteUsage.ContainsVar" />
</rule>
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
<properties>
<property name="spacing" value="1" />
</properties>
</rule>
<file>.</file>
<arg name="extensions" value="php,php5,inc" />