@@ -337,7 +337,7 @@ |
||
| 337 | 337 | * |
| 338 | 338 | * Without $primaryKey it creates an entityFetcher and returns this. |
| 339 | 339 | * |
| 340 | - * @param string|Entity $class The entity class you want to fetch |
|
| 340 | + * @param string $class The entity class you want to fetch |
|
| 341 | 341 | * @param mixed $primaryKey The primary key of the entity you want to fetch |
| 342 | 342 | * @return Entity|EntityFetcher |
| 343 | 343 | * @throws IncompletePrimaryKey |
@@ -345,7 +345,7 @@ |
||
| 345 | 345 | * Get an array of Columns for this table. |
| 346 | 346 | * |
| 347 | 347 | * @param EntityManager $em |
| 348 | - * @return mixed |
|
| 348 | + * @return Column[] |
|
| 349 | 349 | * @codeCoverageIgnore This is just a proxy |
| 350 | 350 | */ |
| 351 | 351 | public static function describe(EntityManager $em) |