Test Failed
Push — master ( 02fa36...0da6f9 )
by Mikael
01:58
created
src/Request/Request.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Read info from the globals.
96 96
      *
97
-     * @param array $globals use to initiate globals with values.
98 97
      *
99 98
      * @return void
100 99
      */
@@ -302,9 +301,9 @@  discard block
 block discarded – undo
302 301
      *
303 302
      * @param string $key     to check if it exists in the $_SERVER variable,
304 303
      *                        or empty to get whole array.
305
-     * @param mixed  $default value to return as default
304
+     * @param string  $default value to return as default
306 305
      *
307
-     * @return mixed
306
+     * @return string
308 307
      */
309 308
     public function getServer($key = null, $default = null)
310 309
     {
Please login to merge, or discard this patch.