@@ -20,7 +20,7 @@ |
||
20 | 20 | public function createTransaction($func): TransactionInterface |
21 | 21 | { |
22 | 22 | $em = $this->getEntityManager(); |
23 | - if(!$em->isOpen()) { |
|
23 | + if (!$em->isOpen()) { |
|
24 | 24 | $em = $this->managerRegistry->resetManager($this->getManagerName()); |
25 | 25 | } |
26 | 26 | return new DoctrineTransaction($em, $func); |