Completed
Push — master ( 28dfad...f53209 )
by
03:00
created
Form/EventListener/ChoiceResizeListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 
62 62
     /**
63 63
      * @param array $config
64
-     * @param $selfCheck
64
+     * @param string $selfCheck
65 65
      *
66 66
      * @return array|bool
67 67
      */
Please login to merge, or discard this patch.
Form/Factory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      * @param FormBuilderInterface $builder
167 167
      * @param UserInterface|null   $user
168 168
      *
169
-     * @return callable
169
+     * @return \Closure
170 170
      */
171 171
     public static function getUserAwareChoiceBuilder(FormBuilderInterface $builder, UserInterface $user = null)
172 172
     {
Please login to merge, or discard this patch.
Templating/PageBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param $name
94
+     * @param string $name
95 95
      * @param null $default
96 96
      *
97 97
      * @return null|string
Please login to merge, or discard this patch.
Twig/Extension/Image.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         );
80 80
     }
81 81
 
82
+    /**
83
+     * @param string $name
84
+     */
82 85
     private function getFilterDimension($name)
83 86
     {
84 87
         $filter = $this->filter->get($name);
Please login to merge, or discard this patch.
Twig/Extension/Page.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * @param \Twig_Template $scope
89 89
      * @param null|string    $name
90 90
      *
91
-     * @return mixed|string
91
+     * @return string
92 92
      */
93 93
     public function getUiPageActions(\Twig_Template $scope, $name = null)
94 94
     {
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * @param \Twig_Template $scope
109 109
      * @param string         $name
110 110
      *
111
-     * @return mixed
111
+     * @return string
112 112
      */
113 113
     public function getUiPageSelf(\Twig_Template $scope, $name)
114 114
     {
Please login to merge, or discard this patch.
Twig/Extension/TransitionHelper.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -178,8 +178,8 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * Check color is negative?
180 180
      *
181
-     * @param $color
182
-     * @param $type
181
+     * @param string $color
182
+     * @param string $type
183 183
      *
184 184
      * @return bool
185 185
      */
@@ -195,8 +195,8 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      * Check color is positive?
197 197
      *
198
-     * @param $color
199
-     * @param $type
198
+     * @param string $color
199
+     * @param string $type
200 200
      *
201 201
      * @return bool
202 202
      */
Please login to merge, or discard this patch.