@@ -13,7 +13,6 @@ discard block |
||
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 |
||
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 |
@@ -13,7 +13,6 @@ |
||
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; |
@@ -13,7 +13,6 @@ |
||
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; |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -13,7 +13,6 @@ |
||
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; |