Completed
Push — develop ( 5c2bf4...eb0c60 )
by Mike
03:22
created
tests/component/ProjectNamespaceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +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\File;
18 17
 use phpDocumentor\Reflection\Php\ProjectFactory;
19 18
 use PHPUnit\Framework\TestCase;
20 19
 
Please login to merge, or discard this patch.
unit/phpDocumentor/Reflection/Php/Factory/GlobalConstantIteratorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use PhpParser\Node\Const_;
19 19
 use PhpParser\Node\Expr\Variable;
20 20
 use PhpParser\Node\Stmt\Const_ as ConstStatement;
21
-use PHPUnit\Framework\TestCase;
22 21
 
23 22
 /**
24 23
  * Class PropertyIteratorTest
Please login to merge, or discard this patch.