Completed
Push — master ( f451ed...7bd00e )
by Marco
02:07
created
src/MJanssen/Provider/RoutingServiceProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,13 +4,13 @@
 block discarded – undo
4 4
 use InvalidArgumentException;
5 5
 use MJanssen\Route\Name;
6 6
 use MJanssen\Route\Route;
7
-use RuntimeException;
8
-use Silex\Application;
9
-use Silex\Controller;
10
-use Pimple\ServiceProviderInterface;
11 7
 use Pimple\Container;
8
+use Pimple\ServiceProviderInterface;
9
+use RuntimeException;
12 10
 use Silex\Api\BootableProviderInterface;
13 11
 use Silex\Api\EventListenerProviderInterface;
12
+use Silex\Application;
13
+use Silex\Controller;
14 14
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
15 15
 
16 16
 /**
Please login to merge, or discard this patch.