Skip to content

Commit

Permalink
Remove conflicting sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 18, 2020
1 parent 6ba9501 commit 3f60297
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 166 deletions.
165 changes: 0 additions & 165 deletions PSR2R/Sniffs/Namespaces/UseInAlphabeticalOrderSniff.php

This file was deleted.

2 changes: 1 addition & 1 deletion PSR2R/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<rule ref="Spryker.Commenting.DocBlockPipeSpacing"/>
<rule ref="Spryker.Commenting.DocBlockReturnTag"/>
<rule ref="Spryker.Commenting.DocBlockReturnVoid"/>
<rule ref="Spryker.Commenting.DocBlockTagGrouping"/>
<rule ref="Spryker.Commenting.DocBlockTagOrder"/>
<rule ref="Spryker.Commenting.DocBlockTypeOrder"/>
<rule ref="Spryker.Commenting.DocBlockVariableNullHintLast"/>
Expand Down Expand Up @@ -162,6 +161,7 @@

<rule ref="PSR2.ControlStructures.ElseIfDeclaration"/>

<rule ref="PSR12.Files.ImportStatement"/>
<rule ref="PSR12.Classes.ClassInstantiation"/>
<rule ref="PSR12.Keywords.ShortFormTypeKeywords"/>
<rule ref="PSR12.Namespaces.CompoundNamespaceDepth"/>
Expand Down

0 comments on commit 3f60297

Please sign in to comment.