diff --git a/lib/Doctrine/ORM/EntityManagerInterface.php b/lib/Doctrine/ORM/EntityManagerInterface.php index 09c7efdf9..3c1c580e9 100644 --- a/lib/Doctrine/ORM/EntityManagerInterface.php +++ b/lib/Doctrine/ORM/EntityManagerInterface.php @@ -150,7 +150,7 @@ interface EntityManagerInterface extends ObjectManager * @param string $entityName The name of the entity type. * @param mixed $id The entity identifier. * - * @return object The entity reference. + * @return object|null The entity reference. * * @throws ORMException */