@@ -24,7 +24,6 @@ |
||
24 | 24 | use Baleen\Cli\Exception\CliException; |
25 | 25 | use Baleen\Migrations\Migration\SimpleMigration; |
26 | 26 | use League\Flysystem\Filesystem; |
27 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
28 | 27 | use Zend\Code\Generator\ClassGenerator; |
29 | 28 | use Zend\Code\Generator\DocBlock\Tag\GenericTag; |
30 | 29 | use Zend\Code\Generator\DocBlockGenerator; |
@@ -25,7 +25,6 @@ |
||
25 | 25 | use Baleen\Migrations\Migration\MigrationInterface; |
26 | 26 | use Baleen\Migrations\Repository\RepositoryInterface; |
27 | 27 | use Baleen\Migrations\Storage\StorageInterface; |
28 | -use Baleen\Migrations\Version as V; |
|
29 | 28 | use Baleen\Migrations\Version; |
30 | 29 | use Baleen\Migrations\Version\Collection\LinkedVersions; |
31 | 30 | use Baleen\Migrations\Version\Collection\MigratedVersions; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | |
20 | 20 | namespace BaleenTest\Cli\Provider; |
21 | 21 | |
22 | -use Baleen\Cli\Helper\ConfigHelper; |
|
23 | 22 | use Baleen\Cli\Provider\Services; |
24 | 23 | use Mockery as m; |
25 | 24 | use Symfony\Component\Console\Helper\HelperSet; |