@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Are we capable to receive gzipped data? |
79 | 79 | * |
80 | - * @return string|boolean Returns the encoding if it is accepted, false otherwise. Maybe additional check for Mac OS... |
|
80 | + * @return false|string Returns the encoding if it is accepted, false otherwise. Maybe additional check for Mac OS... |
|
81 | 81 | */ |
82 | 82 | public function encoding() |
83 | 83 | { |
@@ -144,7 +144,7 @@ discard block |
||
144 | 144 | } |
145 | 145 | |
146 | 146 | /** |
147 | - * @return string|null The HTTP User Agent is it exists, otherwise the NULL value. |
|
147 | + * @return string The HTTP User Agent is it exists, otherwise the NULL value. |
|
148 | 148 | */ |
149 | 149 | public function getUserAgent() |
150 | 150 | { |