@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | * |
168 | 168 | * @param bool $bPrint |
169 | 169 | * |
170 | - * @return bool|int|float|string|array|object Returns the converted cache value if successful, FALSE otherwise. |
|
170 | + * @return \stdClass Returns the converted cache value if successful, FALSE otherwise. |
|
171 | 171 | */ |
172 | 172 | public function get($bPrint = false) |
173 | 173 | { |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | * |
186 | 186 | * @param string $sData |
187 | 187 | * |
188 | - * @return string|null|self If the cache is disabled, returns null, otherwise returns this class. |
|
188 | + * @return null|Cache If the cache is disabled, returns null, otherwise returns this class. |
|
189 | 189 | */ |
190 | 190 | public function put($sData) |
191 | 191 | { |