@@ -26,7 +26,7 @@ |
||
26 | 26 | * Retrieves a value from cache with a specified key. |
27 | 27 | * This is the implementation of the method declared in the parent class. |
28 | 28 | * @param string $key a unique key identifying the cached value |
29 | - * @return mixed|false the value stored in cache, false if the value is not in the cache or expired. |
|
29 | + * @return boolean the value stored in cache, false if the value is not in the cache or expired. |
|
30 | 30 | */ |
31 | 31 | protected function getValue($key) |
32 | 32 | { |