Completed
Push — master ( d7970e...07d295 )
by Pierre
02:48
created
src/Interfaces/RouterInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Nymfonya\Component\Http\Interfaces;
4 4
 
5 5
 use Nymfonya\Component\Http\Interfaces\RequestInterface;
6
-use Nymfonya\Component\Http\Interfaces\RoutesInterface;
7 6
 use Nymfonya\Component\Http\Interfaces\RouteInterface;
7
+use Nymfonya\Component\Http\Interfaces\RoutesInterface;
8 8
 
9 9
 interface RouterInterface
10 10
 {
Please login to merge, or discard this patch.
src/Interfaces/RoutesInterface.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nymfonya\Component\Http\Interfaces;
4 4
 
5
-use Nymfonya\Component\Http\Routes;
6
-
7 5
 interface RoutesInterface
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.
src/Response.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Nymfonya\Component\Http;
4 4
 
5
-use Nymfonya\Component\Http\Interfaces\ResponseInterface;
6
-use Nymfonya\Component\Http\Interfaces\HeadersInterface;
7 5
 use Nymfonya\Component\Http\Headers;
6
+use Nymfonya\Component\Http\Interfaces\HeadersInterface;
7
+use Nymfonya\Component\Http\Interfaces\ResponseInterface;
8 8
 
9 9
 class Response implements ResponseInterface
10 10
 {
Please login to merge, or discard this patch.