Completed
Push — master ( 316225...77f0b6 )
by Filipe
04:26 queued 11s
created
src/Message/Server/RequestUriFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * If no match is found the default value is returned instead
77 77
      *
78 78
      * @param string $name    $_SERVER super-global key name
79
-     * @param null   $default
79
+     * @param string   $default
80 80
      *
81 81
      * @return null|string
82 82
      */
Please login to merge, or discard this patch.
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.