Completed
Pull Request — 3.x (#622)
by Niels
03:01
created
Builder/FormContractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
 
175 175
     /**
176 176
      * @param string $type
177
-     * @param array  $types
177
+     * @param string[]  $types
178 178
      *
179 179
      * @return bool
180 180
      *              // NEXT_MAJOR: See next major comments above, this method should be removed when dropping support for Symfony <2.8
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
 
187 187
     /**
188 188
      * @param string $type
189
-     * @param array  $classes
189
+     * @param string[]  $classes
190 190
      *
191 191
      * @return array
192 192
      */
Please login to merge, or discard this patch.