@@ -68,7 +68,7 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | /** |
71 | - * @return mixed |
|
71 | + * @return DebugStack |
|
72 | 72 | * |
73 | 73 | * @throws RuntimeException |
74 | 74 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | namespace DoctrineORMModule\Service; |
6 | 6 | |
7 | -use Doctrine\Migrations\Configuration\Configuration; |
|
8 | 7 | use Doctrine\Migrations\Tools\Console\Command\AbstractCommand; |
9 | 8 | use Interop\Container\ContainerInterface; |
10 | 9 | use InvalidArgumentException; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Laminas\Http\Request; |
9 | 9 | use Laminas\Http\Response; |
10 | 10 | use Laminas\Mvc\Controller\AbstractActionController; |
11 | -use Laminas\Mvc\Controller\Plugin\Redirect; |
|
12 | 11 | use UnexpectedValueException; |
13 | 12 | |
14 | 13 | /** |