Completed
Pull Request — master (#12)
by Hugo
02:17
created
Connection/RestClient.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Http\Discovery\MessageFactoryDiscovery;
17 17
 use Http\Message\Authentication\QueryParam;
18 18
 use Http\Client\Common\Plugin\AuthenticationPlugin;
19
-
20 19
 use Tristanbes\MyPoseoBundle\Exception\ThrottleLimitException;
21 20
 use Tristanbes\MyPoseoBundle\Exception\NotEnoughCreditsException;
22 21
 
Please login to merge, or discard this patch.