Completed
Push — project-builder-improvements ( a841be...55008a )
by Jaap
06:11
created
src/phpDocumentor/Descriptor/ApiSetDescriptor.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 phpDocumentor\Dsn;
19 19
 use phpDocumentor\Path;
20 20
 use phpDocumentor\Reflection\Fqsen;
21
-use phpDocumentor\Reflection\Php\File;
22 21
 
23 22
 final class ApiSetDescriptor extends DocumentationSetDescriptor implements Descriptor
24 23
 {
Please login to merge, or discard this patch.
src/phpDocumentor/Pipeline/Stage/Transform.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Exception;
8 8
 use League\Flysystem\FilesystemInterface;
9 9
 use phpDocumentor\Descriptor\ApiSetDescriptor;
10
-use phpDocumentor\Descriptor\VersionDescriptor;
11 10
 use phpDocumentor\Dsn;
12 11
 use phpDocumentor\Event\Dispatcher;
13 12
 use phpDocumentor\Parser\FlySystemFactory;
Please login to merge, or discard this patch.