Passed
Push — master ( 07a09b...491e7a )
by Ross
07:34
created
src/DBAL/PingConnectionMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function execute(object $command, callable $next)
33 33
     {
34
-        if (! $this->ping($this->connection)) {
34
+        if ( ! $this->ping($this->connection)) {
35 35
             $this->connection->close();
36 36
             $this->connection->connect();
37 37
         }
Please login to merge, or discard this patch.