Completed
Push — V3 ( fca5ea...7775fc )
by Georges
01:56
created
src/Twig/CacheExtension/CacheStrategyInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
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.