Completed
Push — develop ( 496f9a...efa997 )
by Jaap
08:42
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,11 +21,9 @@  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 26
 use phpDocumentor\Descriptor\TraitDescriptor;
30
-use phpDocumentor\Reflection\DocBlock\Tag\SeeTag;
31 27
 use PHPUnit\Framework\Assert;
32 28
 
33 29
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.