@@ -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; |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use phpDocumentor\Transformer\Exception; |
| 24 | 24 | use phpDocumentor\Transformer\Router\ForFileProxy; |
| 25 | 25 | use phpDocumentor\Transformer\Router\Queue; |
| 26 | -use phpDocumentor\Transformer\Transformation; |
|
| 27 | 26 | use phpDocumentor\Transformer\Transformation as TransformationObject; |
| 28 | 27 | use phpDocumentor\Transformer\Writer\Exception\RequirementMissing; |
| 29 | 28 | use Psr\Log\LoggerInterface; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | use Mockery as m; |
| 17 | 17 | use org\bovigo\vfs\vfsStream; |
| 18 | - |
|
| 19 | 18 | use org\bovigo\vfs\vfsStreamDirectory; |
| 20 | 19 | use phpDocumentor\Descriptor\ProjectDescriptor; |
| 21 | 20 | use phpDocumentor\Transformer\Router\RouterAbstract; |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Psr\Log\LoggerInterface; |
| 21 | 21 | use Psr\Log\LogLevel; |
| 22 | 22 | use RuntimeException; |
| 23 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 24 | 23 | |
| 25 | 24 | /** |
| 26 | 25 | * Application class for phpDocumentor. |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use phpDocumentor\Descriptor\InterfaceDescriptor; |
| 24 | 24 | use phpDocumentor\Descriptor\ProjectDescriptor; |
| 25 | 25 | use phpDocumentor\Descriptor\TraitDescriptor; |
| 26 | -use phpDocumentor\Descriptor\Validator\Error; |
|
| 27 | 26 | use phpDocumentor\Transformer\Behaviour\Tag\AuthorTag; |
| 28 | 27 | use phpDocumentor\Transformer\Behaviour\Tag\CoversTag; |
| 29 | 28 | use phpDocumentor\Transformer\Behaviour\Tag\IgnoreTag; |