Skip to content

Commit

Permalink
Trivial comment change from PSR2 to PSR12
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos authored Jun 19, 2020
1 parent 20b0347 commit b2cd333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,12 +550,12 @@
<!-- Forbid superfluous whitespaces -->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<properties>
<!-- turned on by PSR2 -> turning back off -->
<!-- turned on by PSR-12 -> turning back off -->
<property name="ignoreBlankLines" value="false"/>
</properties>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
<!-- turned off by PSR2 -> turning back on -->
<!-- turned off by PSR-12 -> turning back on -->
<severity>5</severity>
</rule>
</ruleset>

0 comments on commit b2cd333

Please sign in to comment.