Passed
Push — main ( db05ee...1c2396 )
by Gaetano
08:49
created
Core/TransactionManagerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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
         },
Please login to merge, or discard this patch.