@@ -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 |