Completed
Push — master ( 5a4fcf...c26367 )
by maxime
01:50
created
src/Uri.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 namespace Aidphp\Http;
6 6
 
7
-use Psr\Http\Message\UriInterface;
7
+use Psr\Http\Message\UriInterface;
8 8
 use InvalidArgumentException;
9 9
 
10 10
 class Uri implements UriInterface
Please login to merge, or discard this patch.