Passed
Push — master ( 090f5f...44930c )
by Thomas Mauro
02:07
created
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.