Completed
Push — develop ( 141adb...8f70d4 )
by Jaap
05:39
created
src/phpDocumentor/Descriptor/ProjectDescriptorBuilder.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,12 +18,10 @@
 block discarded – undo
18 18
 use phpDocumentor\Descriptor\Builder\AssemblerFactory;
19 19
 use phpDocumentor\Descriptor\Builder\AssemblerInterface;
20 20
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
21
-use phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper;
22 21
 use phpDocumentor\Descriptor\Filter\Filter;
23 22
 use phpDocumentor\Descriptor\Filter\Filterable;
24 23
 use phpDocumentor\Descriptor\ProjectDescriptor\Settings;
25 24
 use phpDocumentor\Reflection\Php\Project;
26
-use Psr\Log\LogLevel;
27 25
 
28 26
 /**
29 27
  * Builds a Project Descriptor and underlying tree.
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Descriptor/ProjectDescriptorBuilderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace phpDocumentor\Descriptor;
13 13
 
14 14
 use \Mockery as m;
15
-use phpDocumentor\Descriptor\ProjectDescriptor\Settings;
16 15
 
17 16
 /**
18 17
  * Tests the functionality for the ProjectDescriptorBuilder class.
Please login to merge, or discard this patch.