Completed
Push — master ( ae4a40...cd3ab6 )
by Tristan
13:24 queued 09:52
created
Connection/RestClient.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Psr\Http\Message\ResponseInterface;
16 16
 use Http\Client\Common\Plugin\AuthenticationPlugin;
17 17
 use Http\Message\Authentication\QueryParam;
18
-
19 18
 use Tristanbes\MyPoseoBundle\Exception\NotEnoughCreditsException;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     }
198 198
 
199 199
     /**
200
-     * @param $uri
200
+     * @param string $uri
201 201
      *
202 202
      * @return string
203 203
      */
Please login to merge, or discard this patch.