Completed
Push — master ( 4006e3...35fa08 )
by Flo
07:46
created
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,10 +10,8 @@
 block discarded – undo
10 10
 use Faulancer\Exception\ClassNotFoundException;
11 11
 use Faulancer\Exception\DispatchFailureException;
12 12
 use Faulancer\Form\AbstractFormHandler;
13
-use Faulancer\Helper\Reflection\AnnotationParser;
14 13
 use Faulancer\Http\Request;
15 14
 use Faulancer\Http\Response;
16
-use Faulancer\Helper\DirectoryIterator;
17 15
 use Faulancer\Exception\MethodNotFoundException;
18 16
 use Faulancer\Service\Config;
19 17
 use Faulancer\Session\SessionManager;
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\DispatchFailureException;
13 13
 use Faulancer\Http\Request;
14 14
 use Faulancer\Service\Config;
15
-use Faulancer\ServiceLocator\ServiceLocator;
16 15
 
17 16
 /**
18 17
  * Class Kernel
Please login to merge, or discard this patch.