@@ -71,7 +71,7 @@ |
||
| 71 | 71 | { |
| 72 | 72 | /** @var \Doctrine\DBAL\Connection $connection */ |
| 73 | 73 | $connection = ($this->connection instanceof ValueHolderInterface) ? $this->connection->getWrappedValueHolderValue() : $this->connection; |
| 74 | - $cl = \Closure::bind(function () { |
|
| 74 | + $cl = \Closure::bind(function() { |
|
| 75 | 75 | $this->transactionNestingLevel = 0; |
| 76 | 76 | $this->isRollbackOnly = false; |
| 77 | 77 | }, |