Completed
Push — feature/middleware ( 8ea9d8...ecd47e )
by Derek Stephen
04:09
created
src/Dragon/Repository/DragonRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/App/Controller/IndexController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/I18n/InternationalisationMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * InternationalisationMiddleware constructor.
27
-     * @param  $helper
27
+     * @param  string $helper
28 28
      * @param string|null $defaultLocale
29 29
      */
30 30
     public function __construct( $helper, string $defaultLocale = null)
Please login to merge, or discard this patch.