@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | /** |
35 | 35 | * Callback for Twig to get all the filters. |
36 | 36 | * |
37 | - * @return \Twig\TwigFilter[] |
|
37 | + * @return TwigFilter[] |
|
38 | 38 | */ |
39 | 39 | public function getFilters() |
40 | 40 | { |
@@ -246,6 +246,7 @@ discard block |
||
246 | 246 | * Split duration into seconds, minutes, hours, days, weeks and years. |
247 | 247 | * |
248 | 248 | * @param int $seconds |
249 | + * @param integer $max |
|
249 | 250 | * @return array |
250 | 251 | */ |
251 | 252 | protected function splitDuration($seconds, $max) |