Completed
Push — master ( c3431f...26bce3 )
by Ma
02:17
created
src/Monitor/Model/ServerHistory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -195,6 +195,9 @@
 block discarded – undo
195 195
         $this->memcache_max_bytes = $maxBytes;
196 196
     }
197 197
 
198
+    /**
199
+     * @param integer $time
200
+     */
198 201
     public function setTime($time)
199 202
     {
200 203
         $this->time = $time;
Please login to merge, or discard this patch.