Passed
Push — master ( 3c6dd7...6a1ee3 )
by Mikael
01:27
created
src/Request/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
      * @param string $key     to check if it exists in the $_SERVER variable
280 280
      * @param string $default value to return as default
281 281
      *
282
-     * @return mixed
282
+     * @return string|null
283 283
      */
284 284
     public function getServer($key, $default = null)
285 285
     {
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
     /**
366 366
      * Get the request body.
367 367
      *
368
-     * @return mixed
368
+     * @return string
369 369
      */
370 370
     public function getBody()
371 371
     {
Please login to merge, or discard this patch.