@@ -26,7 +26,7 @@ |
||
| 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 | } |