Completed
Push — develop ( 28aa0b...3fae3c )
by Jaap
13s
created
tests/component/ProjectCreationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Mockery as m;
16 16
 use phpDocumentor\Reflection\DocBlock\Tags\Param;
17 17
 use phpDocumentor\Reflection\File\LocalFile;
18
-use phpDocumentor\Reflection\Php\Interface_;
19 18
 use phpDocumentor\Reflection\Php\ProjectFactory;
20 19
 use phpDocumentor\Reflection\Types\Object_;
21 20
 use phpDocumentor\Reflection\Types\String_;
Please login to merge, or discard this patch.
tests/component/ProjectNamespaceTest.php 1 patch
Unused Use Statements   -11 removed lines patch added patch discarded remove patch
@@ -14,17 +14,6 @@
 block discarded – undo
14 14
 
15 15
 use Mockery as m;
16 16
 use phpDocumentor\Reflection\File\LocalFile;
17
-use phpDocumentor\Reflection\Php\Factory\Argument;
18
-use phpDocumentor\Reflection\Php\Factory\Class_;
19
-use phpDocumentor\Reflection\Php\Factory\Constant;
20
-use phpDocumentor\Reflection\Php\Factory\DocBlock as DocBlockStrategy;
21
-use phpDocumentor\Reflection\Php\Factory\File;
22
-use phpDocumentor\Reflection\Php\NodesFactory;
23
-use phpDocumentor\Reflection\Php\Factory\Function_;
24
-use phpDocumentor\Reflection\Php\Factory\Interface_;
25
-use phpDocumentor\Reflection\Php\Factory\Method;
26
-use phpDocumentor\Reflection\Php\Factory\Property;
27
-use phpDocumentor\Reflection\Php\Factory\Trait_;
28 17
 use phpDocumentor\Reflection\Php\ProjectFactory;
29 18
 use PHPUnit\Framework\TestCase;
30 19
 
Please login to merge, or discard this patch.