@@ -57,7 +57,7 @@ |
||
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 | */ |
@@ -4,7 +4,6 @@ |
||
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 |