Completed
Branch master (5097c0)
by BuzzBoard
11:01
created
src/Helpers/Time.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $difference = round($difference);
50 50
 
51 51
         if ($difference != 1) {
52
-            $periods[$j].= "s";
52
+            $periods[$j] .= "s";
53 53
         }
54 54
 
55 55
         return "$difference $periods[$j] 'ago' ";
Please login to merge, or discard this patch.