Skip to content

Commit

Permalink
Merge pull request #202 from gmponos/patch-2
Browse files Browse the repository at this point in the history
Trivial comment change from PSR2 to PSR12
  • Loading branch information
greg0ire authored Jun 19, 2020
2 parents 20b0347 + b2cd333 commit 87308f5
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 87308f5

Please sign in to comment.