@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace BoneMvc\Module\Dragon\Repository; |
4 | 4 | |
5 | -use BoneMvc\Module\Dragon\Collection\DragonCollection; |
|
6 | 5 | use BoneMvc\Module\Dragon\Entity\Dragon; |
7 | 6 | use Doctrine\ORM\EntityRepository; |
8 | 7 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Controller; |
4 | 4 | |
5 | 5 | use Bone\Http\Response; |
6 | -use Bone\Mvc\OldController; |
|
7 | 6 | use Psr\Http\Message\ResponseInterface; |
8 | 7 | use Psr\Http\Message\ServerRequestInterface; |
9 | 8 | use Zend\Diactoros\Stream; |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * InternationalisationMiddleware constructor. |
25 | - * @param $helper |
|
25 | + * @param string $helper |
|
26 | 26 | * @param string|null $defaultLocale |
27 | 27 | */ |
28 | 28 | public function __construct($helper, string $defaultLocale = null) |