@@ -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 | */ |
@@ -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 | use Prophecy\Prophet; |
| 8 | 7 | |
| 9 | 8 | class ProphecyComparatorSpec extends ObjectBehavior |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\Gaufrette\Adapter; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class AwsS3Spec extends ObjectBehavior |
| 9 | 8 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use OpenCloud\ObjectStore\Exception\ObjectNotFoundException; |
| 6 | 6 | use PhpSpec\ObjectBehavior; |
| 7 | -use Prophecy\Argument; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * LazyOpenCloudSpec |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use OpenCloud\Common\Exceptions\DeleteError; |
| 8 | 8 | use OpenCloud\ObjectStore\Exception\ObjectNotFoundException; |
| 9 | 9 | use PhpSpec\ObjectBehavior; |
| 10 | -use Prophecy\Argument; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * OpenCloudSpec |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Gaufrette\Adapter; |
| 6 | 6 | use Gaufrette\Util; |
| 7 | 7 | use Gaufrette\Adapter\AzureBlobStorage\BlobProxyFactoryInterface; |
| 8 | - |
|
| 9 | 8 | use WindowsAzure\Blob\Models\CreateBlobOptions; |
| 10 | 9 | use WindowsAzure\Blob\Models\CreateContainerOptions; |
| 11 | 10 | use WindowsAzure\Blob\Models\DeleteContainerOptions; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Gaufrette\Adapter; |
| 4 | 4 | |
| 5 | -use Gaufrette\File; |
|
| 6 | 5 | use Gaufrette\Adapter; |
| 7 | 6 | use Gaufrette\Adapter\InMemory as InMemoryAdapter; |
| 8 | 7 | |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Gaufrette\Adapter; |
| 6 | 6 | use Gaufrette\Util; |
| 7 | - |
|
| 8 | 7 | use Doctrine\DBAL\Connection; |
| 9 | 8 | |
| 10 | 9 | /** |