Skip to content

Commit

Permalink
Remove Generic.Files.One*PerFile sniff, already checked by PSR1.Class…
Browse files Browse the repository at this point in the history
…es.ClassDeclaration
  • Loading branch information
Majkl578 committed Dec 27, 2017
1 parent 425bde1 commit 2ac121d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Doctrine/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
<rule ref="Generic.WhiteSpace.ScopeIndent"/>
<!-- Require EOL at EOF -->
<rule ref="Generic.Files.EndFileNewline"/>
<!-- Forbid multiple classes per file -->
<rule ref="Generic.Files.OneClassPerFile"/>
<!-- Forbid multiple interfaces per file -->
<rule ref="Generic.Files.OneInterfacePerFile"/>
<!-- Forbid multiple traits per file -->
<rule ref="Generic.Files.OneTraitPerFile"/>
<!-- Forbid backtick operator -->
<rule ref="Generic.PHP.BacktickOperator"/>
<!-- Forbid short open tag -->
Expand Down

0 comments on commit 2ac121d

Please sign in to comment.