Test Failed
Push — master ( e3ba09...03f0a0 )
by Flo
02:41
created
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@  discard block
 block discarded – undo
8 8
 
9 9
 use Faulancer\Event\Observer;
10 10
 use Faulancer\Event\Type\OnDispatch;
11
-use Faulancer\Exception\ClassNotFoundException;
12
-use Faulancer\Exception\DispatchFailureException;
13 11
 use Faulancer\Exception\IncompatibleResponseException;
14 12
 use Faulancer\Exception\ServiceNotFoundException;
15 13
 use Faulancer\Http\Http;
@@ -17,7 +15,6 @@  discard block
 block discarded – undo
17 15
 use Faulancer\Http\Request;
18 16
 use Faulancer\Http\Response;
19 17
 use Faulancer\Exception\MethodNotFoundException;
20
-use Faulancer\Service\AuthenticatorPlugin;
21 18
 use Faulancer\Service\AuthenticatorService;
22 19
 use Faulancer\Service\Config;
23 20
 use Faulancer\Service\SessionManagerService;
Please login to merge, or discard this patch.
src/View/Helper/CodeBlock.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 namespace Faulancer\View\Helper;
8 8
 
9 9
 use Faulancer\View\AbstractViewHelper;
10
-use Faulancer\View\ViewController;
11 10
 
12 11
 /**
13 12
  * Class CodeBlock
Please login to merge, or discard this patch.
src/View/Helper/Link.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 Faulancer\View\Helper;
4 4
 
5
-use Faulancer\Exception\ConfigInvalidException;
6 5
 use Faulancer\Exception\RouteInvalidException;
7 6
 use Faulancer\Exception\ServiceNotFoundException;
8 7
 use Faulancer\Http\Request;
Please login to merge, or discard this patch.