Completed
Push — refactorCachePSR2 ( b4b0b3...dc7da7 )
by Michael
05:35 queued 02:58
created
inc/Cache/Cache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
         return $this->_event;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $_event
59
+     */
57 60
     public function setEvent($_event)
58 61
     {
59 62
         $this->_event = $_event;
Please login to merge, or discard this patch.