Completed
Push — develop ( a98fd2...49ed8e )
by Jaap
09:10
created
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -13,16 +13,12 @@
 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\ClassDescriptor;
20 18
 use phpDocumentor\Descriptor\Collection;
21 19
 use phpDocumentor\Descriptor\DescriptorAbstract;
22 20
 use phpDocumentor\Descriptor\FileDescriptor;
23
-use phpDocumentor\Descriptor\ProjectDescriptor;
24 21
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
25
-use phpDocumentor\Reflection\DocBlock\Tag\SeeTag;
26 22
 use PHPUnit\Framework\Assert;
27 23
 
28 24
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.