Completed
Push — master ( f4149d...c3bbb5 )
by Richard van
02:03 queued 10s
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.
Controller/EditInPlaceController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      *
57 57
      * @param Request $request
58 58
      * @param string  $locale
59
-     * @param array   $validationGroups
59
+     * @param string[]   $validationGroups
60 60
      *
61 61
      * @return MessageInterface[]
62 62
      *
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/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.