Test Failed
Pull Request — master (#19)
by Flo
02:27
created
src/ORM/Entity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace Faulancer\ORM;
9 9
 
10 10
 use Faulancer\Service\AbstractControllerService;
11
-use Faulancer\Service\DbService;
12 11
 use Faulancer\ServiceLocator\ServiceLocator;
13 12
 use \ORM\EntityManager;
14 13
 
Please login to merge, or discard this patch.
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@  discard block
 block discarded – undo
9 9
 use Faulancer\Exception\ClassNotFoundException;
10 10
 use Faulancer\Exception\DispatchFailureException;
11 11
 use Faulancer\Exception\IncompatibleResponseException;
12
-use Faulancer\Form\AbstractFormHandler;
13 12
 use Faulancer\Http\JsonResponse;
14 13
 use Faulancer\Http\Request;
15 14
 use Faulancer\Http\Response;
@@ -17,7 +16,6 @@  discard block
 block discarded – undo
17 16
 use Faulancer\Service\Config;
18 17
 use Faulancer\Service\SessionManagerService;
19 18
 use Faulancer\ServiceLocator\ServiceLocator;
20
-use Faulancer\Session\SessionManager;
21 19
 
22 20
 /**
23 21
  * Class Dispatcher
Please login to merge, or discard this patch.