We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfc04f1 + ef0dfd7 commit 0affd62Copy full SHA for 0affd62
lib/Doctrine/ruleset.xml
@@ -623,7 +623,7 @@
623
<!-- Require there be no space between increment/decrement operator and its operand -->
624
<rule ref="Generic.WhiteSpace.IncrementDecrementSpacing"/>
625
<!-- Require space after language constructs -->
626
- <rule ref="Squiz.WhiteSpace.LanguageConstructSpacing"/>
+ <rule ref="Generic.WhiteSpace.LanguageConstructSpacing"/>
627
<!-- Require space around logical operators -->
628
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing"/>
629
<!-- Forbid spaces around `->` operator -->
0 commit comments