Completed
Push — master ( 0d75b5...ea1463 )
by angel
01:10
created
src/TimeFormat.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -31,12 +31,12 @@
 block discarded – undo
31 31
 
32 32
 class TimeFormat
33 33
 {    
34
-   /**
35
-    * TimeFormat
36
-    * 
37
-    * @param string $date
38
-    * @return string
39
-    */
34
+    /**
35
+     * TimeFormat
36
+     * 
37
+     * @param string $date
38
+     * @return string
39
+     */
40 40
     public static function timeAgo($date) {
41 41
 
42 42
         $time_og    = strtotime($date);
Please login to merge, or discard this patch.