Failed Conditions
Pull Request — master (#100)
by
unknown
03:57
created
CodingStandard/Tests/Formatting/NamespaceDeclarationUnitTest.1.inc 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@  discard block
 block discarded – undo
8 8
 
9 9
 namespace SomeNamespace;
10 10
 
11
-use SomeOtherNamespace\TooCloseClass as OtherClass;
12
-
13 11
 class TooCloseClass
14 12
 {
15 13
 
@@ -36,8 +34,6 @@  discard block
 block discarded – undo
36 34
 namespace SomeNamespace\TheUseCase;
37 35
 
38 36
 
39
-use SomeOtherNamespace\TooCloseClass as OtherClass;
40
-
41 37
 class TooCloseClass
42 38
 {
43 39
 
@@ -68,8 +64,6 @@  discard block
 block discarded – undo
68 64
 
69 65
 
70 66
 
71
-use SomeOtherNamespace\TooCloseClass as OtherClass;
72
-
73 67
 class TooCloseClass
74 68
 {
75 69
 
Please login to merge, or discard this patch.