Completed
Push — master ( 8a56ea...b86754 )
by Pierre
01:38
created
src/Response.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Nymfonya\Component\Http;
4 4
 
5
-use Nymfonya\Component\Http\Interfaces\ResponseInterface;
6 5
 use Nymfonya\Component\Http\Headers;
6
+use Nymfonya\Component\Http\Interfaces\ResponseInterface;
7 7
 
8 8
 class Response implements ResponseInterface
9 9
 {
Please login to merge, or discard this patch.