Completed
Push — master ( 0051c9...c6aa0c )
by Bocharsky
31:33
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.
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.
Controller/WebUIController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
     /**
229 229
      * @param Request $request
230 230
      *
231
-     * @return MessageInterface
231
+     * @return string
232 232
      */
233 233
     private function getMessageFromRequest(Request $request)
234 234
     {
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
 
262 262
     /**
263 263
      * @param MessageInterface $message
264
-     * @param array            $validationGroups
264
+     * @param string[]            $validationGroups
265 265
      *
266 266
      * @throws MessageValidationException
267 267
      */
Please login to merge, or discard this patch.
Twig/Visitor/RemovingNodeVisitor.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.