Completed
Push — feature/middleware ( 86009e...b4dafa )
by Derek Stephen
06:34
created
src/App/Controller/IndexController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Controller;
4 4
 
5
-use Bone\Http\Response;
6
-use Bone\Mvc\OldController;
7 5
 use Bone\Mvc\View\ViewEngine;
8 6
 use Psr\Http\Message\ResponseInterface;
9 7
 use Psr\Http\Message\ServerRequestInterface;
10 8
 use Zend\Diactoros\Response\HtmlResponse;
11
-use Zend\Diactoros\Stream;
12 9
 
13 10
 /**
14 11
  * Class IndexController
Please login to merge, or discard this patch.
src/Unicorn/Repository/UnicornRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace BoneMvc\Module\Unicorn\Repository;
6 6
 
7
-use BoneMvc\Module\Unicorn\Collection\UnicornCollection;
8 7
 use BoneMvc\Module\Unicorn\Entity\Unicorn;
9 8
 use Doctrine\ORM\EntityNotFoundException;
10 9
 use Doctrine\ORM\EntityRepository;
Please login to merge, or discard this patch.