Completed
Pull Request — master (#128)
by
unknown
01:58
created
tests/integration/ReconstitutingADocBlockTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -12,10 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15
-use phpDocumentor\Reflection\DocBlock\Description;
16
-use phpDocumentor\Reflection\DocBlock\StandardTagFactory;
17
-use phpDocumentor\Reflection\DocBlock\Tag;
18
-use phpDocumentor\Reflection\DocBlock\Tags\See;
19 15
 use PHPUnit\Framework\TestCase;
20 16
 
21 17
 /**
Please login to merge, or discard this patch.
tests/integration/UsingTagsTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15
-use phpDocumentor\Reflection\DocBlock\Description;
16
-use phpDocumentor\Reflection\DocBlock\Tag;
17
-use phpDocumentor\Reflection\DocBlock\Tags\See;
18 15
 use PHPUnit\Framework\TestCase;
19 16
 
20 17
 /**
Please login to merge, or discard this patch.