Failed Conditions
Push — master ( 174394...bfbf85 )
by Arnold
14s queued 12s
created
src/DateExtension.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.