@@ -224,7 +224,7 @@ |
||
| 224 | 224 | * |
| 225 | 225 | * @param string $id The cache id to retrieve. |
| 226 | 226 | * @param float $cas_token The variable to store the CAS token in. |
| 227 | - * @return mixed|null Returns the cached data or null. |
|
| 227 | + * @return string Returns the cached data or null. |
|
| 228 | 228 | */ |
| 229 | 229 | public function get($id, &$cas_token=null) |
| 230 | 230 | { |