Completed
Push — master ( 071c16...b9f390 )
by Mike
03:33
created
tests/unit/phpDocumentor/Descriptor/Builder/Reflector/FileAssemblerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use phpDocumentor\Descriptor\Collection;
18 18
 use phpDocumentor\Descriptor\PackageDescriptor;
19
-
20 19
 use phpDocumentor\Reflection\DocBlock;
21 20
 use phpDocumentor\Reflection\Php\File;
22 21
 
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
13 13
 namespace phpDocumentor\Behat\Contexts\Ast;
14 14
 
15 15
 use Behat\Behat\Context\Context;
16
-use Behat\Behat\Tester\Exception\PendingException;
17 16
 use Behat\Gherkin\Node\PyStringNode;
18 17
 use phpDocumentor\Descriptor\ArgumentDescriptor;
19 18
 use phpDocumentor\Descriptor\ClassDescriptor;
@@ -28,7 +27,6 @@  discard block
 block discarded – undo
28 27
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
29 28
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
30 29
 use phpDocumentor\Descriptor\TraitDescriptor;
31
-use phpDocumentor\Reflection\Php\File;
32 30
 use Webmozart\Assert\Assert;
33 31
 
34 32
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/ReturnAssembler.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\Descriptor\Builder\Reflector\AssemblerAbstract;
19 19
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
20 20
 use phpDocumentor\Reflection\DocBlock\Tags\Return_;
21
-use phpDocumentor\Reflection\Types\Compound;
22 21
 
23 22
 /**
24 23
  * Constructs a new descriptor from the Reflector for an `@return` tag.
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/FunctionAssemblerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use phpDocumentor\Reflection\Fqsen;
22 22
 use phpDocumentor\Reflection\Php\Argument;
23 23
 use phpDocumentor\Reflection\Php\Function_;
24
-use phpDocumentor\Reflection\Types\Mixed_;
25 24
 
26 25
 class FunctionAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase
27 26
 {
Please login to merge, or discard this patch.
src/phpDocumentor/Descriptor/Builder/Reflector/Tags/ExampleAssembler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use InvalidArgumentException;
19 19
 use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract;
20
-use phpDocumentor\Descriptor\Example\Finder;
21 20
 use phpDocumentor\Descriptor\Tag\ExampleDescriptor;
22 21
 use phpDocumentor\Reflection\DocBlock\ExampleFinder;
23 22
 use phpDocumentor\Reflection\DocBlock\Tags\Example;
Please login to merge, or discard this patch.
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.
tests/unit/phpDocumentor/Compiler/Linker/LinkerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Mockery as m;
15 15
 use Mockery\Adapter\Phpunit\MockeryTestCase;
16 16
 use phpDocumentor\Descriptor\ClassDescriptor;
17
-use phpDocumentor\Descriptor\Collection;
18 17
 use phpDocumentor\Descriptor\Collection as DescriptorCollection;
19 18
 use phpDocumentor\Descriptor\DescriptorAbstract;
20 19
 use phpDocumentor\Descriptor\MethodDescriptor;
Please login to merge, or discard this patch.
tests/features/bootstrap/EnvironmentContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Behat\Contexts;
14 14
 
15 15
 use Behat\Behat\Context;
16
-use Behat\Behat\Tester\Exception\PendingException;
17 16
 use FilesystemIterator;
18 17
 use RecursiveDirectoryIterator;
19 18
 use RecursiveIteratorIterator;
Please login to merge, or discard this patch.