@@ -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 | * |
| 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 |
||
| 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 | */ |