Merge pull request #6755 from BenMorel/patch-2
EntityManager::getReference() can return null
This commit is contained in:
commit
9e9e5628f5
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 mixed $id The entity identifier.
|
||||
*
|
||||
* @return object The entity reference.
|
||||
* @return object|null The entity reference.
|
||||
*
|
||||
* @throws ORMException
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue