Completed
Pull Request — master (#2293)
by
unknown
07:16
created
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.
tests/features/bootstrap/Ast/SeeTagContext.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\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 Exception;
19 18
 use phpDocumentor\Descriptor\Tag\SeeDescriptor;
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.
tests/features/bootstrap/Ast/FileContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace phpDocumentor\Behat\Contexts\Ast;
6 6
 
7 7
 use Behat\Behat\Context\Context;
8
-use Behat\Behat\Tester\Exception\PendingException;
9 8
 use Behat\Gherkin\Node\TableNode;
10 9
 use phpDocumentor\Behat\Contexts\Ast\BaseContext;
11 10
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
src/phpDocumentor/Pipeline/Stage/InitializeBuilderFromConfig.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace phpDocumentor\Pipeline\Stage;
15 15
 
16
-use phpDocumentor\Descriptor\Collection;
17 16
 use phpDocumentor\Descriptor\Collection as PartialsCollection;
18 17
 use phpDocumentor\Descriptor\GuideSetDescriptor;
19 18
 use phpDocumentor\Descriptor\VersionDescriptor;
Please login to merge, or discard this patch.