Completed
Push — master ( f9e1e7...a2f760 )
by Alex
02:56
created
src/Application.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,18 +8,18 @@
 block discarded – undo
8 8
 
9 9
 namespace Proton;
10 10
 
11
+use League\Container\Container;
11 12
 use League\Container\ContainerAwareInterface;
12 13
 use League\Container\ContainerAwareTrait;
13 14
 use League\Container\ContainerInterface;
14 15
 use League\Event\EmitterTrait;
15 16
 use League\Event\ListenerAcceptorInterface;
16
-use Symfony\Component\HttpKernel\HttpKernelInterface;
17
-use Symfony\Component\HttpKernel\TerminableInterface;
18
-use League\Container\Container;
19 17
 use League\Route\RouteCollection;
20 18
 use Monolog\Logger;
21 19
 use Symfony\Component\HttpFoundation\Request;
22 20
 use Symfony\Component\HttpFoundation\Response;
21
+use Symfony\Component\HttpKernel\HttpKernelInterface;
22
+use Symfony\Component\HttpKernel\TerminableInterface;
23 23
 
24 24
 /**
25 25
  * Proton Application Class.
Please login to merge, or discard this patch.
tests/ApplicationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use League\Route\Http\Exception\NotFoundException;
8 8
 use League\Route\RouteCollection;
9 9
 use Monolog\Logger;
10
-use Proton;
11 10
 use Proton\Application;
12 11
 use Symfony\Component\HttpFoundation\Request;
13 12
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.