@@ -48,9 +48,9 @@ |
||
| 48 | 48 | * |
| 49 | 49 | * @param mixed $key |
| 50 | 50 | * @param string $block |
| 51 | - * @param int $generationTime |
|
| 51 | + * @param int $generationTim |
|
| 52 | 52 | * |
| 53 | - * @return mixed |
|
| 53 | + * @return boolean |
|
| 54 | 54 | */ |
| 55 | 55 | public function saveBlock($key, $block, $generationTim, \Twig_Source $sourceContext); |
| 56 | 56 | } |
@@ -41,7 +41,7 @@ |
||
| 41 | 41 | * @param string $cacheKey |
| 42 | 42 | * @param int|\DateInterval $expiresAfter |
| 43 | 43 | * @param callable $callback |
| 44 | - * @return mixed |
|
| 44 | + * @return Response |
|
| 45 | 45 | * @throws PhpfastcacheLogicException |
| 46 | 46 | */ |
| 47 | 47 | public function getResponse(string $cacheKey, $expiresAfter = null, callable $callback): Response |