Skip to content

Commit eedd6bc

Browse files
author
Dumoulin
authored
Add SpaceAfterNot rule (#29)
1 parent d3a2bba commit eedd6bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</properties>
2828
</rule>
2929
<rule ref="Generic.Formatting.SpaceAfterCast"/>
30+
<rule ref="Generic.Formatting.SpaceAfterNot"/>
3031
<rule ref="Generic.Functions.CallTimePassByReference"/>
3132
<rule ref="Generic.Functions.FunctionCallArgumentSpacing"/>
3233
<rule ref="Generic.Functions.OpeningFunctionBraceBsdAllman"/>

0 commit comments

Comments
 (0)