Completed
Push — master ( af60cd...8a56ea )
by Pierre
02:00
created
src/Router.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Nymfonya\Component\Http;
4 4
 
5
-use Nymfonya\Component\Http\Interfaces\RoutesInterface;
6
-use Nymfonya\Component\Http\Interfaces\RouteInterface;
7 5
 use Nymfonya\Component\Http\Interfaces\RequestInterface;
6
+use Nymfonya\Component\Http\Interfaces\RouteInterface;
8 7
 use Nymfonya\Component\Http\Interfaces\RouterInterface;
8
+use Nymfonya\Component\Http\Interfaces\RoutesInterface;
9 9
 
10 10
 class Router implements RouterInterface
11 11
 {
Please login to merge, or discard this patch.