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.
1 parent 20b0347 commit b2cd333Copy full SHA for b2cd333
lib/Doctrine/ruleset.xml
@@ -550,12 +550,12 @@
550
<!-- Forbid superfluous whitespaces -->
551
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
552
<properties>
553
- <!-- turned on by PSR2 -> turning back off -->
+ <!-- turned on by PSR-12 -> turning back off -->
554
<property name="ignoreBlankLines" value="false"/>
555
</properties>
556
</rule>
557
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
558
- <!-- turned off by PSR2 -> turning back on -->
+ <!-- turned off by PSR-12 -> turning back on -->
559
<severity>5</severity>
560
561
</ruleset>
0 commit comments