Completed
Push — master ( ffb041...fc3bc1 )
by kill
06:36
created
core/helpers/TimeAgo.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -50,6 +50,10 @@
 block discarded – undo
50 50
         $this->restoreTimezone();
51 51
     }
52 52
 
53
+    /**
54
+     * @param integer $past
55
+     * @param integer $now
56
+     */
53 57
     public function inStamp($past, $now = null) {
54 58
         if($now==null){
55 59
             $now=time();
Please login to merge, or discard this patch.