Completed
Push — V3 ( c9215a...5cd01a )
by Georges
01:47
created
src/Response/CacheableResponse.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.