@@ -1057,7 +1057,7 @@ discard block |
||
| 1057 | 1057 | * Sets the mapped identifier/primary key fields of this class. |
| 1058 | 1058 | * Mainly used by the ClassMetadataFactory to assign inherited identifiers. |
| 1059 | 1059 | * |
| 1060 | - * @param array $identifier |
|
| 1060 | + * @param string[] $identifier |
|
| 1061 | 1061 | * |
| 1062 | 1062 | * @return void |
| 1063 | 1063 | */ |
@@ -1175,7 +1175,7 @@ discard block |
||
| 1175 | 1175 | * |
| 1176 | 1176 | * @todo guilhermeblanco Only used for ClassMetadataTest. Remove if possible! |
| 1177 | 1177 | * |
| 1178 | - * @param array $subclasses The names of all mapped subclasses. |
|
| 1178 | + * @param string[] $subclasses The names of all mapped subclasses. |
|
| 1179 | 1179 | * |
| 1180 | 1180 | * @return void |
| 1181 | 1181 | */ |