Completed
Push — master ( 316225...77f0b6 )
by Filipe
04:26 queued 11s
created
src/Client/CurlHttpClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,9 +234,9 @@
 block discarded – undo
234 234
     /**
235 235
      * Splits the cURL execution result into header and body
236 236
      *
237
-     * @param $result
237
+     * @param string $result
238 238
      *
239
-     * @return array
239
+     * @return string[]
240 240
      */
241 241
     private function splitHeaderFromBody($result)
242 242
     {
Please login to merge, or discard this patch.