EntityManager::getReference() can return null
This commit is contained in:
parent
13f838f8be
commit
fb7a96caf9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ interface EntityManagerInterface extends ObjectManager
|
||||||
* @param string $entityName The name of the entity type.
|
* @param string $entityName The name of the entity type.
|
||||||
* @param mixed $id The entity identifier.
|
* @param mixed $id The entity identifier.
|
||||||
*
|
*
|
||||||
* @return object The entity reference.
|
* @return object|null The entity reference.
|
||||||
*
|
*
|
||||||
* @throws ORMException
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue