Skip to content

Commit

Permalink
Merge pull request #46 from zingimmick/remove-UnusedUsesSniff
Browse files Browse the repository at this point in the history
Remove SlevomatCodingStandard\Sniffs\Namespaces\UnusedUsesSniff
  • Loading branch information
kodiakhq[bot] authored Oct 15, 2020
2 parents e6c1c9b + 326341d commit 3def7f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/set/slevomat-coding-standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
$services->set(NamespaceSpacingSniff::class);
$services->set(RequireOneNamespaceInFileSniff::class);
$services->set(FullyQualifiedClassNameInAnnotationSniff::class);
$services->set(UnusedUsesSniff::class)
->property('searchAnnotations', 'true');
$services->set(UseDoesNotStartWithBackslashSniff::class);
$services->set(UseSpacingSniff::class);
$services->set(SpreadOperatorSpacingSniff::class);
Expand Down

0 comments on commit 3def7f7

Please sign in to comment.