@@ -204,7 +204,7 @@ discard block |
||
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 |
||
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 | */ |