@@ -471,7 +471,7 @@ discard block |
||
| 471 | 471 | * |
| 472 | 472 | * @todo guilhermeblanco Remove nullable typehint once embeddables are back |
| 473 | 473 | * |
| 474 | - * @return Mapping\Property|null |
|
| 474 | + * @return Mapping\Property |
|
| 475 | 475 | * |
| 476 | 476 | * @throws Mapping\MappingException |
| 477 | 477 | */ |
@@ -906,7 +906,7 @@ discard block |
||
| 906 | 906 | * @param Annotation\Table $tableAnnot |
| 907 | 907 | * @param Mapping\TableMetadata $table |
| 908 | 908 | * |
| 909 | - * @return void |
|
| 909 | + * @return Mapping\TableMetadata |
|
| 910 | 910 | */ |
| 911 | 911 | private function convertTableAnnotationToTableMetadata( |
| 912 | 912 | Annotation\Table $tableAnnot, |