Completed
Push — develop ( 63ab30...d8c8ca )
by Jaap
38:43 queued 28:43
created
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -13,9 +13,7 @@  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\Hook\Scope\BeforeScenarioScope;
17 16
 use Behat\Gherkin\Node\PyStringNode;
18
-use phpDocumentor\Behat\Contexts\EnvironmentContext;
19 17
 use phpDocumentor\Descriptor\ArgumentDescriptor;
20 18
 use phpDocumentor\Descriptor\ClassDescriptor;
21 19
 use phpDocumentor\Descriptor\Collection;
@@ -23,10 +21,8 @@  discard block
 block discarded – undo
23 21
 use phpDocumentor\Descriptor\DescriptorAbstract;
24 22
 use phpDocumentor\Descriptor\FileDescriptor;
25 23
 use phpDocumentor\Descriptor\MethodDescriptor;
26
-use phpDocumentor\Descriptor\ProjectDescriptor;
27 24
 use phpDocumentor\Descriptor\Tag\ParamDescriptor;
28 25
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
29
-use phpDocumentor\Reflection\DocBlock\Tag\SeeTag;
30 26
 use PHPUnit\Framework\Assert;
31 27
 
32 28
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.