@@ -94,7 +94,6 @@ discard block |
||
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 |
||
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 | { |