build: Update sniff list in .phpcs.xml

FunctionDeclarationArgumentSpacing is now part of the default

Change-Id: Ic71d94a03a733ed2aa83cbddca7c2b239bb30511
This commit is contained in:
Umherirrender 2018-12-08 15:19:38 +01:00
parent dbf811b736
commit ddbe40b90d
1 changed files with 0 additions and 8 deletions

View File

@ -8,12 +8,4 @@
<file>.</file>
<arg name="extensions" value="php,php5,inc"/>
<arg name="encoding" value="UTF-8"/>
<rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing">
<properties>
<property name="equalsSpacing" value="1" />
<property name="requiredSpacesAfterOpen" value="1"/>
<property name="requiredSpacesBeforeClose" value="1" />
</properties>
</rule>
</ruleset>