Completed
Push — master ( f7238e...31c6cc )
by Peter
02:35
created
src/Http/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Setter for optional market projection, i.e. what market-related data should be returned.
122 122
      *
123
-     * @param  array $marketProjection
123
+     * @param string $name
124 124
      * @return Client
125 125
      */
126 126
     public function setProjection($name, $projection = null)
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Setter for mandatory time granularity.
178 178
      *
179
-     * @param string $timeGranularity
179
+     * @param string $granularity
180 180
      * @return Client
181 181
      */
182 182
     public function setTimeGranularity($granularity)
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * Get http response body, cast to json and decode.
253 253
      *
254
-     * @param Response object $response
254
+     * @param Response Response $response
255 255
      * @return array
256 256
      */
257 257
     protected function getBody(Response $response)
Please login to merge, or discard this patch.