Completed
Push — master ( 4a6871...7314b0 )
by Flo
03:21
created
src/Form/Type/AbstractType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Faulancer\Service\SessionManagerService;
14 14
 use Faulancer\ServiceLocator\ServiceLocator;
15 15
 use Faulancer\Form\Validator\ValidatorChain;
16
-use Faulancer\ServiceLocator\ServiceLocatorAwareInterface;
17 16
 use Faulancer\ServiceLocator\ServiceLocatorInterface;
18 17
 use Faulancer\Session\SessionManager;
19 18
 
Please login to merge, or discard this patch.
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Faulancer\Http\Request;
14 14
 use Faulancer\Http\Response;
15 15
 use Faulancer\Exception\MethodNotFoundException;
16
-use Faulancer\Service\AuthenticatorPlugin;
17 16
 use Faulancer\Service\AuthenticatorService;
18 17
 use Faulancer\Service\Config;
19 18
 use Faulancer\Service\SessionManagerService;
Please login to merge, or discard this patch.
src/Kernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Faulancer\Exception\Exception;
13 13
 use Faulancer\Http\Request;
14 14
 use Faulancer\Service\Config;
15
-use Faulancer\Controller\AbstractController;
16 15
 
17 16
 /**
18 17
  * Class Kernel
Please login to merge, or discard this patch.