Passed
Push — master ( 79a79c...9c574d )
by Thomas Mauro
02:27
created
src/Bridge/Doctrine/Middleware/DoctrineTransactionMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Middleware/DoctrinePingConnectionMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.