Completed
Push — master ( 2a52ee...a45a67 )
by Andreas
11:17
created
lib/Doctrine/ODM/MongoDB/DocumentManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -606,7 +606,7 @@
 block discarded – undo
606 606
      * This is just a convenient shortcut for getRepository($documentName)->find($id).
607 607
      *
608 608
      * @param string $documentName
609
-     * @param mixed $identifier
609
+     * @param \MongoId $identifier
610 610
      * @param int $lockMode
611 611
      * @param int $lockVersion
612 612
      * @return object $document
Please login to merge, or discard this patch.