Completed
Push — master ( 252894...c6beb2 )
by Philip
03:59
created
src/Service/EntityService.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
 use Doctrine\ORM\NoResultException;
6 6
 use Dontdrinkandroot\Entity\EntityInterface;
7
-use Dontdrinkandroot\Exception\NoResultFoundException;
8 7
 use Dontdrinkandroot\Repository\EntityRepositoryInterface;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
src/Service/UuidEntityService.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 Dontdrinkandroot\Service;
4 4
 
5 5
 use Doctrine\ORM\NoResultException;
6
-use Dontdrinkandroot\Exception\NoResultFoundException;
7 6
 use Dontdrinkandroot\Repository\UuidEntityRepositoryInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.