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