@@ -415,7 +415,7 @@ |
||
415 | 415 | $count = 0; |
416 | 416 | |
417 | 417 | // Callback function which verifies that disabled connection objects are returned |
418 | - $callback = function (Connection $connection, \Exception $exception, Client $client) use (&$count): void { |
|
418 | + $callback = function(Connection $connection, \Exception $exception, Client $client) use (&$count): void { |
|
419 | 419 | $this->assertInstanceOf(Connection::class, $connection); |
420 | 420 | $this->assertInstanceOf(ConnectionException::class, $exception); |
421 | 421 | $this->assertInstanceOf(Client::class, $client); |