Completed
Push — master ( cb2703...d9d040 )
by Tobias
12:13
created
Twig/Node/Transchoice.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 
14 14
 class Transchoice extends \Twig_Node_Expression
15 15
 {
16
+    /**
17
+     * @param integer $lineno
18
+     */
16 19
     public function __construct(\Twig_Node_Expression_Array $arguments, $lineno)
17 20
     {
18 21
         parent::__construct(['arguments' => $arguments], [], $lineno);
Please login to merge, or discard this patch.
Twig/TranslationExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return array
46
+     * @return \Twig_SimpleFilter[]
47 47
      */
48 48
     public function getFilters()
49 49
     {
Please login to merge, or discard this patch.