Passed
Push — master ( c4454e...e3b2b3 )
by Ross
07:16
created
src/DBAL/PingConnectionMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     public function execute(object $command, callable $next)
28 28
     {
29
-        if (! $this->connection->ping()) {
29
+        if ( ! $this->connection->ping()) {
30 30
             $this->connection->close();
31 31
             $this->connection->connect();
32 32
         }
Please login to merge, or discard this patch.