Completed
Branch master (b6a58b)
by Peter
09:24
created
src/Formatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * Additional:
41 41
      * f - Full name of the month, such as 'января' or 'марта' of January through December
42 42
      *
43
-     * @param \DateTimeInterface $date
43
+     * @param \DateTime $date
44 44
      * @param string $format
45 45
      *
46 46
      * @return string
Please login to merge, or discard this patch.
src/Twig/Extension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return array
45
+     * @return \Twig_SimpleFilter[]
46 46
      */
47 47
     public function getFilters()
48 48
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return array
56
+     * @return \Twig_SimpleFunction[]
57 57
      */
58 58
     public function getFunctions()
59 59
     {
Please login to merge, or discard this patch.