@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Laminas\ModuleManager\ModuleManagerInterface; |
| 10 | 10 | use Laminas\EventManager\EventInterface; |
| 11 | 11 | use Laminas\Console\Adapter\AdapterInterface as Console; |
| 12 | - |
|
| 13 | 12 | use Symfony\Component\Console\Input\StringInput; |
| 14 | 13 | use DoctrineModule\Component\Console\Output\PropertyOutput; |
| 15 | 14 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
| 7 | 7 | use Doctrine\Common\Persistence\ObjectRepository; |
| 8 | 8 | use Laminas\Authentication\Adapter\Exception; |
| 9 | -use Laminas\Authentication\Storage\Session as SessionStorage; |
|
| 10 | 9 | use Laminas\Authentication\Storage\StorageInterface; |
| 11 | 10 | use Laminas\Stdlib\AbstractOptions; |
| 12 | 11 | |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @return ObjectManager |
|
| 125 | + * @return string |
|
| 126 | 126 | */ |
| 127 | 127 | public function getObjectManager() |
| 128 | 128 | { |
@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | /** |
| 275 | - * @return StorageInterface|string |
|
| 275 | + * @return string |
|
| 276 | 276 | */ |
| 277 | 277 | public function getStorage() |
| 278 | 278 | { |