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