Completed
Push — master ( c7fb50...e40312 )
by Pierre
02:11
created
src/Kernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Nymfonya\Component\Http;
4 4
 
5 5
 use Nymfonya\Component\Http\Headers;
6
+use Nymfonya\Component\Http\Interfaces\KernelEventsInterface;
6 7
 use Nymfonya\Component\Http\Interfaces\KernelInterface;
7 8
 use Nymfonya\Component\Http\Response;
8
-use Nymfonya\Component\Http\Interfaces\KernelEventsInterface;
9 9
 use Nymfonya\Component\Pubsub\Dispatcher;
10 10
 use Nymfonya\Component\Pubsub\Event;
11 11
 
Please login to merge, or discard this patch.
src/Reuse/TKernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 use Monolog\Logger;
6 6
 use Nymfonya\Component\Config;
7 7
 use Nymfonya\Component\Container;
8
-use Nymfonya\Component\Pubsub\Dispatcher;
9 8
 use Nymfonya\Component\Http\Kernel;
10 9
 use Nymfonya\Component\Http\Middleware;
11 10
 use Nymfonya\Component\Http\Request;
12 11
 use Nymfonya\Component\Http\Response;
13 12
 use Nymfonya\Component\Http\Router;
13
+use Nymfonya\Component\Pubsub\Dispatcher;
14 14
 use \ReflectionClass;
15 15
 
16 16
 trait TKernel
Please login to merge, or discard this patch.