Completed
Push — master ( adecfd...1600ef )
by Loban
02:31
created
src/behaviors/CacheBehavior.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         $this->setValue($event->key, $event->value);
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $value
78
+     */
76 79
     protected function setValue($key, $value)
77 80
     {
78 81
         $this->cache->set($key, $value, $this->cacheDuration, $this->cacheDependency);
Please login to merge, or discard this patch.