Merge pull request #7360 from lcobucci/fix-partial-reference-docblock
Document getPartialReference() properly
This commit is contained in:
commit
68718eac1b
@ -174,7 +174,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 $identifier The entity identifier.
|
* @param mixed $identifier The entity identifier.
|
||||||
*
|
*
|
||||||
* @return object The (partial) entity reference.
|
* @return object|null The (partial) entity reference.
|
||||||
*/
|
*/
|
||||||
public function getPartialReference($entityName, $identifier);
|
public function getPartialReference($entityName, $identifier);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user