Completed
Push — develop ( ad187c...f818a7 )
by Jaap
09:04
created
tests/unit/Application/ReadModel/Mapper/Project/FileClassesTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use phpDocumentor\Descriptor\ProjectDescriptor;
17 17
 use phpDocumentor\Descriptor\DescriptorAbstract;
18
-
19 18
 use Mockery as m;
20 19
 use org\bovigo\vfs\vfsStream;
21 20
 use phpDocumentor\Transformer\Router\RouterAbstract;
Please login to merge, or discard this patch.
tests/unit/Application/ReadModel/Mapper/Project/FileConstantsTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use phpDocumentor\Reflection\Interpret;
18 18
 use phpDocumentor\Reflection\InterpretInterface;
19 19
 use phpDocumentor\Reflection\Interpreter;
20
-use phpDocumentor\Reflection\DocBlock;
21 20
 use phpDocumentor\Reflection\Php\File as FileType;
22 21
 use phpDocumentor\Reflection\Php\Trait_ as TraitType;
23 22
 use phpDocumentor\Reflection\Fqsen as FqsenType;
Please login to merge, or discard this patch.