Skip to content

Commit 0affd62

Browse files
authored
Merge pull request #339 from simPod/deprec
fix: update rule for language construct spacing
2 parents bfc04f1 + ef0dfd7 commit 0affd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
<!-- Require there be no space between increment/decrement operator and its operand -->
624624
<rule ref="Generic.WhiteSpace.IncrementDecrementSpacing"/>
625625
<!-- Require space after language constructs -->
626-
<rule ref="Squiz.WhiteSpace.LanguageConstructSpacing"/>
626+
<rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
627627
<!-- Require space around logical operators -->
628628
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing"/>
629629
<!-- Forbid spaces around `->` operator -->

0 commit comments

Comments
 (0)