Merge pull request #7360 from lcobucci/fix-partial-reference-docblock
Document getPartialReference() properly
This commit is contained in:
commit
68718eac1b
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ interface EntityManagerInterface extends ObjectManager
|
|||
* @param string $entityName The name of the entity type.
|
||||
* @param mixed $identifier The entity identifier.
|
||||
*
|
||||
* @return object The (partial) entity reference.
|
||||
* @return object|null The (partial) entity reference.
|
||||
*/
|
||||
public function getPartialReference($entityName, $identifier);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue