Completed
Push — master ( 0972fb...ca0d04 )
by Ben
02:22
created
src/Providers/DateTime.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      *
58 58
      * From: https://jonlabelle.com/snippets/view/php/convert-seconds-to-human-readable
59 59
      *
60
-     * @param  int $esconds
60
+     * @param  int $seconds
61 61
      * @return string
62 62
      * @todo allow units to be overridden (non-english..)
63 63
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Benrowe\Formatter\AbstractFormatterProvider;
6 6
 use Carbon\Carbon;
7
-use Carbon\CarbonInterval;
8 7
 
9 8
 /**
10 9
  * DateTime Formatter
Please login to merge, or discard this patch.