Completed
Push — master ( 6e6b7b...a485b2 )
by Tobias
03:51 queued 19s
created
Twig/Node/Transchoice.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
 
18 18
 class Transchoice extends AbstractExpression
19 19
 {
20
+    /**
21
+     * @param integer $lineno
22
+     */
20 23
     public function __construct(ArrayExpression $arguments, $lineno)
21 24
     {
22 25
         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
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @return array
48
+     * @return TwigFilter[]
49 49
      */
50 50
     public function getFilters()
51 51
     {
Please login to merge, or discard this patch.