Completed
Push — master ( 5597b1...ffcc16 )
by Mikael
05:02
created
src/Route/RouteMatcher.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 Anax\Route;
4 4
 
5
-use Anax\Commons\ContainerInjectableInterface;
6
-use Anax\Route\Exception\ConfigurationException;
7
-
8 5
 /**
9 6
  * Matching a incoming path to see it it matches a route.
10 7
  */
Please login to merge, or discard this patch.
src/Route/Route.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Anax\Route;
4 4
 
5 5
 use Anax\Commons\ContainerInjectableInterface;
6
-use Anax\Route\Exception\ConfigurationException;
7 6
 use Psr\Container\ContainerInterface;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
config/router/710_development.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Anax\Route\Exception\NotFoundException;
4
-
5 3
 /**
6 4
  * Routes to ease development and debugging.
7 5
  */
Please login to merge, or discard this patch.