Merge pull request #1407 from roots/phpcs-update

Verify that operators have valid spacing surrounding them
This commit is contained in:
Ben Word
2015-04-01 16:43:58 -05:00
2 changed files with 7 additions and 4 deletions

View File

@@ -42,4 +42,7 @@
<property name="tabIndent" value="false"/>
</properties>
</rule>
<!-- Verify that operators have valid spacing surrounding them -->
<rule ref="Squiz.WhiteSpace.OperatorSpacing"></rule>
</ruleset>