diff --git a/lib/Doctrine/ORM/Id/IdentityGenerator.php b/lib/Doctrine/ORM/Id/IdentityGenerator.php index 46cd7dbcd..01cb09433 100644 --- a/lib/Doctrine/ORM/Id/IdentityGenerator.php +++ b/lib/Doctrine/ORM/Id/IdentityGenerator.php @@ -50,8 +50,7 @@ class IdentityGenerator extends AbstractIdGenerator /** * {@inheritDoc} */ - public function generate( - EntityManager $em, $entity) + public function generate(EntityManager $em, $entity) { return (int)$em->getConnection()->lastInsertId($this->sequenceName); }