Completed
Pull Request — master (#2)
by Christophe
11:26
created
src/CacheItem.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -33,6 +33,10 @@
 block discarded – undo
33 33
      */
34 34
     private $expires;
35 35
 
36
+    /**
37
+     * @param string $key
38
+     * @param boolean $isHit
39
+     */
36 40
     public function __construct($key, $value, $isHit, DateTimeInterface $expires = null)
37 41
     {
38 42
         $this->key = $key;
Please login to merge, or discard this patch.