@@ -46,7 +46,7 @@ |
||
46 | 46 | |
47 | 47 | // extend the SQL logger |
48 | 48 | $this->loggerBackup = $em->getConnection()->getConfiguration()->getSQLLogger(); |
49 | - $auditLogger = new Logger(function () use ($em, $transaction): void { |
|
49 | + $auditLogger = new Logger(function() use ($em, $transaction): void { |
|
50 | 50 | // flushes pending data |
51 | 51 | $em->getConnection()->getConfiguration()->setSQLLogger($this->loggerBackup); |
52 | 52 | $this->manager->process($transaction); |