Passed
Push — master ( fdfcd6...00fdb7 )
by Flo
02:01
created
src/Http/Request.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
  */
8 8
 namespace Faulancer\Http;
9 9
 
10
-use Faulancer\Exception\InvalidArgumentException;
11
-
12 10
 /**
13 11
  * Class Request
14 12
  */
Please login to merge, or discard this patch.
src/Service/AuthenticatorService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Faulancer\Service;
4 4
 
5 5
 use Faulancer\Controller\Controller;
6
-use Faulancer\Exception\DbException;
7
-use Faulancer\Exception\InvalidArgumentException;
8 6
 use Faulancer\ORM\User\Entity;
9 7
 use Faulancer\Security\Crypt;
10 8
 use Faulancer\ServiceLocator\ServiceInterface;
Please login to merge, or discard this patch.