Passed
Push — master ( d2ba08...c732f9 )
by Pierre
01:49
created
src/Kernel.php 1 patch
Unused Use Statements   +1 added lines, -1 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\Headers;
5 6
 use Nymfonya\Component\Http\Interfaces\KernelInterface;
6 7
 use Nymfonya\Component\Http\Response;
7
-use Nymfonya\Component\Http\Headers;
8 8
 
9 9
 class Kernel implements KernelInterface
10 10
 {
Please login to merge, or discard this patch.