Completed
Push — master ( 9a9938...f96c7c )
by Mathieu
55:39 queued 13s
created
Twig/Visitor/DefaultApplyingNodeVisitor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     private $enabled = true;
30 30
 
31 31
     /**
32
-     * @param $bool
32
+     * @param boolean $bool
33 33
      */
34 34
     public function setEnabled($bool)
35 35
     {
Please login to merge, or discard this patch.
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.
Controller/WebUIController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
     }
220 220
 
221 221
     /**
222
-     * @return MessageInterface
222
+     * @return string
223 223
      */
224 224
     private function getMessageFromRequest(Request $request)
225 225
     {
Please login to merge, or discard this patch.