@@ -31,12 +31,12 @@ |
||
| 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); |