Completed
Pull Request — master (#1348)
by
unknown
13:12
created
lib/Doctrine/ODM/MongoDB/DocumentManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.