1
0
mirror of synced 2025-02-09 00:39:25 +03:00

EntityManager::getReference() can return null

This commit is contained in:
Benjamin Morel 2017-10-05 00:27:11 +02:00 committed by GitHub
parent 13f838f8be
commit fb7a96caf9

View File

@ -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
*/