entity should be nullable as in master
This commit is contained in:
parent
8ceb47178b
commit
7ba0290643
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ abstract class AbstractIdGenerator
|
|||
* Generates an identifier for an entity.
|
||||
*
|
||||
* @param EntityManager $em
|
||||
* @param object $entity
|
||||
* @param object|null $entity
|
||||
* @return mixed
|
||||
*/
|
||||
abstract public function generate(EntityManager $em, $entity);
|
||||
|
|
Loading…
Add table
Reference in a new issue