@@ -39,7 +39,7 @@ |
||
39 | 39 | } finally { |
40 | 40 | $connection = $entityManager->getConnection(); |
41 | 41 | |
42 | - if (! $success && $connection->isTransactionActive()) { |
|
42 | + if (!$success && $connection->isTransactionActive()) { |
|
43 | 43 | $connection->rollBack(); |
44 | 44 | } |
45 | 45 | } |
@@ -40,7 +40,7 @@ |
||
40 | 40 | $this->executeDummySql($connection); |
41 | 41 | } |
42 | 42 | |
43 | - if (! $entityManager->isOpen()) { |
|
43 | + if (!$entityManager->isOpen()) { |
|
44 | 44 | $this->managerRegistry->resetManager($this->entityManagerName); |
45 | 45 | } |
46 | 46 | } |