Merge "build: Update sniff list in .phpcs.xml"

This commit is contained in:
jenkins-bot 2018-12-10 09:47:47 +00:00 committed by Gerrit Code Review
commit c21208fa55
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>