Completed
Push — feature/middleware ( 4ff047...9d8017 )
by Derek Stephen
03:15
created
src/Dragon/Controller/DragonApiController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Psr\Http\Message\ResponseInterface;
10 10
 use Psr\Http\Message\ServerRequestInterface;
11 11
 use Zend\Diactoros\Response\JsonResponse;
12
-use Zend\Diactoros\Response\HtmlResponse;
13 12
 
14 13
 class DragonApiController
15 14
 {
Please login to merge, or discard this patch.
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\EntityNotFoundException;
8 7
 use Doctrine\ORM\EntityRepository;
Please login to merge, or discard this patch.