Verify that operators have valid spacing surrounding them [ci skip]

This commit is contained in:
Ben Word
2015-04-01 16:37:53 -05:00
parent 1b0457b6f9
commit 2a4a355c35

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>