Completed
Push — master ( 35c1c3...0dd52b )
by Dawid
10s
created
src/Http/Router/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Igni\Http\Router;
4 4
 
5
-use Igni\Http\Exception\GenericHttpException;;
5
+use Igni\Http\Exception\GenericHttpException; ;
6 6
 use Igni\Http\Route;
7 7
 use Igni\Http\Router as RouterInterface;
8 8
 use Symfony\Component\Routing\Route as SymfonyRoute;
Please login to merge, or discard this patch.