Completed
Push — master ( 6d51cd...1fe34e )
by Nicolas
29s
created
tests/ClientFunctionalTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -415,7 +415,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.