@@ -257,7 +257,7 @@ discard block |
||
| 257 | 257 | * Gets the Hydrator factory used by the DocumentManager to generate and get hydrators |
| 258 | 258 | * for each type of document. |
| 259 | 259 | * |
| 260 | - * @return \Doctrine\ODM\MongoDB\Hydrator\HydratorInterface |
|
| 260 | + * @return HydratorFactory |
|
| 261 | 261 | */ |
| 262 | 262 | public function getHydratorFactory() |
| 263 | 263 | { |
@@ -594,7 +594,7 @@ discard block |
||
| 594 | 594 | * This is just a convenient shortcut for getRepository($documentName)->find($id). |
| 595 | 595 | * |
| 596 | 596 | * @param string $documentName |
| 597 | - * @param mixed $identifier |
|
| 597 | + * @param \MongoId $identifier |
|
| 598 | 598 | * @param int $lockMode |
| 599 | 599 | * @param int $lockVersion |
| 600 | 600 | * @return object $document |
@@ -804,7 +804,7 @@ discard block |
||
| 804 | 804 | * Return the value of the given property from the model. |
| 805 | 805 | * |
| 806 | 806 | * @param $model |
| 807 | - * @param $reflectionProperty |
|
| 807 | + * @param \ReflectionProperty $reflectionProperty |
|
| 808 | 808 | * @return mixed |
| 809 | 809 | */ |
| 810 | 810 | protected function extractFieldFromModel($model, $reflectionProperty) |