Completed
Push — 3.x ( da643f...3e3cbd )
by
unknown
9s
created
Builder/FormContractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
      * NEXT_MAJOR: See next major comments above, this method should be removed when dropping support for Symfony <2.8.
205 205
      *
206 206
      * @param string $type
207
-     * @param array  $types
207
+     * @param string[]  $types
208 208
      *
209 209
      * @return bool
210 210
      */
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 
216 216
     /**
217 217
      * @param string $type
218
-     * @param array  $classes
218
+     * @param string[]  $classes
219 219
      *
220 220
      * @return array
221 221
      */
Please login to merge, or discard this patch.