@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use GuzzleHttp\Promise\PromiseInterface; |
| 5 | 5 | use GuzzleHttp\Promise\RejectedPromise; |
| 6 | -use GuzzleHttp\Psr7; |
|
| 7 | 6 | use Psr\Http\Message\RequestInterface; |
| 8 | 7 | use Psr\Http\Message\ResponseInterface; |
| 9 | 8 | |
@@ -12,8 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\DocBlock\Tags; |
| 14 | 14 | |
| 15 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
| 16 | - |
|
| 17 | 15 | /** |
| 18 | 16 | * Reflection class for a {@}example tag in a Docblock. |
| 19 | 17 | */ |
@@ -12,11 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection; |
| 14 | 14 | |
| 15 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
| 16 | -use phpDocumentor\Reflection\DocBlock\StandardTagFactory; |
|
| 17 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
| 18 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
| 19 | - |
|
| 20 | 15 | /** |
| 21 | 16 | * @coversNothing |
| 22 | 17 | */ |
@@ -12,11 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection; |
| 14 | 14 | |
| 15 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
| 16 | -use phpDocumentor\Reflection\DocBlock\StandardTagFactory; |
|
| 17 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
| 18 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
| 19 | - |
|
| 20 | 15 | /** |
| 21 | 16 | * @coversNothing |
| 22 | 17 | */ |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | namespace phpDocumentor\Reflection\DocBlock; |
| 14 | 14 | |
| 15 | -use Mockery as m; |
|
| 16 | 15 | use phpDocumentor\Reflection\DocBlock; |
| 17 | 16 | |
| 18 | 17 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace My\Example; |
| 4 | 4 | |
| 5 | -use Mockery as m; |
|
| 6 | 5 | use phpDocumentor\Reflection\Types; |
| 7 | 6 | |
| 8 | 7 | class Classy |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Prophecy\Comparator; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class ClosureComparatorSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Prophecy\Comparator; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class FactorySpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Prophecy\Comparator; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use Prophecy\Prophet; |
| 8 | 7 | |
| 9 | 8 | class ProphecyComparatorSpec extends ObjectBehavior |