@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Active browser cache. |
46 | 46 | * |
47 | - * @return object this |
|
47 | + * @return Browser this |
|
48 | 48 | */ |
49 | 49 | public function cache() |
50 | 50 | { |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | /** |
60 | 60 | * Prevent caching in the browser. |
61 | 61 | * |
62 | - * @return object this |
|
62 | + * @return Browser this |
|
63 | 63 | */ |
64 | 64 | public function noCache() |
65 | 65 | { |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Are we capable to receive gzipped data? |
79 | 79 | * |
80 | - * @return mixed (string | boolean) Returns the encoding if it is accepted, false otherwise. Maybe additional check for Mac OS... |
|
80 | + * @return false|string (string | boolean) 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 mixed (string | null) The HTTP User Agent is it exists, otherwise the NULL value. |
|
147 | + * @return string (string | null) The HTTP User Agent is it exists, otherwise the NULL value. |
|
148 | 148 | */ |
149 | 149 | public function getUserAgent() |
150 | 150 | { |