@@ -24,7 +24,7 @@ |
||
24 | 24 | * |
25 | 25 | * @param string $id The id of the cache entry to fetch. |
26 | 26 | * |
27 | - * @return mixed The cached data or FALSE, if no cache entry exists for the given id. |
|
27 | + * @return string|false The cached data or FALSE, if no cache entry exists for the given id. |
|
28 | 28 | */ |
29 | 29 | public function fetch($id) |
30 | 30 | { |