Completed
Push — 3.x ( 36fa90...980c10 )
by Christian
15s
created
Builder/FormContractor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      * NEXT_MAJOR: See next major comments above, this method should be removed when dropping support for Symfony <2.8.
137 137
      *
138 138
      * @param string $type
139
-     * @param array  $types
139
+     * @param string[]  $types
140 140
      *
141 141
      * @return bool
142 142
      */
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
 
148 148
     /**
149 149
      * @param string $type
150
-     * @param array  $classes
150
+     * @param string[]  $classes
151 151
      *
152 152
      * @return array
153 153
      */
Please login to merge, or discard this patch.