@@ -16,7 +16,6 @@ |
||
16 | 16 | use Mockery as m; |
17 | 17 | use phpDocumentor\Descriptor\Collection; |
18 | 18 | use phpDocumentor\Descriptor\PackageDescriptor; |
19 | - |
|
20 | 19 | use phpDocumentor\Reflection\DocBlock; |
21 | 20 | use phpDocumentor\Reflection\Php\File; |
22 | 21 |
@@ -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 |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract; |
19 | 19 | use phpDocumentor\Descriptor\Tag\ReturnDescriptor; |
20 | 20 | use phpDocumentor\Reflection\DocBlock\Tags\Return_; |
21 | -use phpDocumentor\Reflection\Types\Compound; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * Constructs a new descriptor from the Reflector for an `@return` tag. |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use phpDocumentor\Reflection\Fqsen; |
22 | 22 | use phpDocumentor\Reflection\Php\Argument; |
23 | 23 | use phpDocumentor\Reflection\Php\Function_; |
24 | -use phpDocumentor\Reflection\Types\Mixed_; |
|
25 | 24 | |
26 | 25 | class FunctionAssemblerTest extends \Mockery\Adapter\Phpunit\MockeryTestCase |
27 | 26 | { |
@@ -17,7 +17,6 @@ |
||
17 | 17 | |
18 | 18 | use InvalidArgumentException; |
19 | 19 | use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract; |
20 | -use phpDocumentor\Descriptor\Example\Finder; |
|
21 | 20 | use phpDocumentor\Descriptor\Tag\ExampleDescriptor; |
22 | 21 | use phpDocumentor\Reflection\DocBlock\ExampleFinder; |
23 | 22 | use phpDocumentor\Reflection\DocBlock\Tags\Example; |
@@ -18,12 +18,10 @@ |
||
18 | 18 | use phpDocumentor\Descriptor\Builder\AssemblerFactory; |
19 | 19 | use phpDocumentor\Descriptor\Builder\AssemblerInterface; |
20 | 20 | use phpDocumentor\Descriptor\Builder\Reflector\AssemblerAbstract; |
21 | -use phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper; |
|
22 | 21 | use phpDocumentor\Descriptor\Filter\Filter; |
23 | 22 | use phpDocumentor\Descriptor\Filter\Filterable; |
24 | 23 | use phpDocumentor\Descriptor\ProjectDescriptor\Settings; |
25 | 24 | use phpDocumentor\Reflection\Php\Project; |
26 | -use Psr\Log\LogLevel; |
|
27 | 25 | |
28 | 26 | /** |
29 | 27 | * Builds a Project Descriptor and underlying tree. |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace phpDocumentor\Descriptor; |
13 | 13 | |
14 | 14 | use \Mockery as m; |
15 | -use phpDocumentor\Descriptor\ProjectDescriptor\Settings; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * Tests the functionality for the ProjectDescriptorBuilder class. |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Mockery as m; |
15 | 15 | use Mockery\Adapter\Phpunit\MockeryTestCase; |
16 | 16 | use phpDocumentor\Descriptor\ClassDescriptor; |
17 | -use phpDocumentor\Descriptor\Collection; |
|
18 | 17 | use phpDocumentor\Descriptor\Collection as DescriptorCollection; |
19 | 18 | use phpDocumentor\Descriptor\DescriptorAbstract; |
20 | 19 | use phpDocumentor\Descriptor\MethodDescriptor; |
@@ -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; |