From a71f2ba76f4e4c7a3b77a92bb36029d78d9f9b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Fri, 17 Apr 2015 10:12:18 +0200 Subject: [PATCH] cs --- lib/Doctrine/ORM/Id/IdentityGenerator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }