Completed
Push — V3 ( 7c7d16...167141 )
by Georges
01:47
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.