Completed
Push — in-memory-cache2 ( adaed0...3e0873 )
by André
19:45
created
eZ/Publish/Core/Persistence/Cache/InMemory/InMemoryCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * In Memory Cache constructor.
68 68
      *
69
-     * @param float $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds)
69
+     * @param integer $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds)
70 70
      * @param int $limit Limit for values to keep in cache, by default 100 cache values (per pool instance).
71 71
      * @param bool $enabled For use by configuration to be able to disable or enable depending on needs.
72 72
      */
Please login to merge, or discard this patch.