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