We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20b0347 + b2cd333 commit 87308f5Copy full SHA for 87308f5
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