Skip to content

Commit

Permalink
Fix broken unused use.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 23, 2024
1 parent 2343186 commit a63fb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 121 deletions.
118 changes: 0 additions & 118 deletions PSR2R/Sniffs/Namespaces/UnusedUseStatementSniff.php

This file was deleted.

5 changes: 2 additions & 3 deletions docs/sniffs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PSR2R Code Sniffer

The PSR2R standard contains 191 sniffs
The PSR2R standard contains 190 sniffs

Generic (22 sniffs)
-------------------
Expand Down Expand Up @@ -90,7 +90,7 @@ PSR2 (6 sniffs)
- PSR2.Namespaces.NamespaceDeclaration
- PSR2.Namespaces.UseDeclaration

PSR2R (44 sniffs)
PSR2R (43 sniffs)
-----------------
- PSR2R.Classes.BraceOnSameLine
- PSR2R.Classes.InterfaceName
Expand Down Expand Up @@ -120,7 +120,6 @@ PSR2R (44 sniffs)
- PSR2R.Methods.MethodDeclaration
- PSR2R.Methods.MethodMultilineArguments
- PSR2R.Namespaces.NoInlineFullyQualifiedClassName
- PSR2R.Namespaces.UnusedUseStatement
- PSR2R.PHP.DuplicateSemicolon
- PSR2R.PHP.ListComma
- PSR2R.PHP.NoShortOpenTag
Expand Down

0 comments on commit a63fb4d

Please sign in to comment.