Completed
Push — master ( 58336c...b70419 )
by Lars
02:36 queued 45s
created
src/voku/cache/AdapterFileAbstract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $cacheFile
109
+     * @param string $cacheFile
110 110
      *
111 111
      * @return bool
112 112
      */
Please login to merge, or discard this patch.
src/voku/cache/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -638,7 +638,7 @@
 block discarded – undo
638 638
      *
639 639
      * @param string                 $key
640 640
      * @param mixed                  $value
641
-     * @param \DateInterval|int|null $ttl
641
+     * @param integer $ttl
642 642
      *
643 643
      * @throws InvalidArgumentException
644 644
      *
Please login to merge, or discard this patch.