@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | |
175 | 175 | /** |
176 | 176 | * @param string $type |
177 | - * @param array $types |
|
177 | + * @param string[] $types |
|
178 | 178 | * @return bool |
179 | 179 | * // NEXT_MAJOR: See next major comments above, this method should be removed when dropping support for Symfony <2.8 |
180 | 180 | */ |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | |
186 | 186 | /** |
187 | 187 | * @param string $type |
188 | - * @param array $classes |
|
188 | + * @param string[] $classes |
|
189 | 189 | * @return array |
190 | 190 | */ |
191 | 191 | private function checkFormClass($type, $classes) |