Completed
Push — develop ( 80740b...61b5c3 )
by Mike
10:20
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/Transformer/Writer/Xsl.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use phpDocumentor\Transformer\Exception;
24 24
 use phpDocumentor\Transformer\Router\ForFileProxy;
25 25
 use phpDocumentor\Transformer\Router\Queue;
26
-use phpDocumentor\Transformer\Transformation;
27 26
 use phpDocumentor\Transformer\Transformation as TransformationObject;
28 27
 use phpDocumentor\Transformer\Writer\Exception\RequirementMissing;
29 28
 use Psr\Log\LoggerInterface;
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Transformer/Writer/XmlTest.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 Mockery as m;
17 17
 use org\bovigo\vfs\vfsStream;
18
-
19 18
 use org\bovigo\vfs\vfsStreamDirectory;
20 19
 use phpDocumentor\Descriptor\ProjectDescriptor;
21 20
 use phpDocumentor\Transformer\Router\RouterAbstract;
Please login to merge, or discard this patch.