Skip to content

Commit 87308f5

Browse files
authored
Merge pull request #202 from gmponos/patch-2
Trivial comment change from PSR2 to PSR12
2 parents 20b0347 + b2cd333 commit 87308f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Doctrine/ruleset.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -550,12 +550,12 @@
550550
<!-- Forbid superfluous whitespaces -->
551551
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
552552
<properties>
553-
<!-- turned on by PSR2 -> turning back off -->
553+
<!-- turned on by PSR-12 -> turning back off -->
554554
<property name="ignoreBlankLines" value="false"/>
555555
</properties>
556556
</rule>
557557
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
558-
<!-- turned off by PSR2 -> turning back on -->
558+
<!-- turned off by PSR-12 -> turning back on -->
559559
<severity>5</severity>
560560
</rule>
561561
</ruleset>

0 commit comments

Comments
 (0)