@@ -363,11 +363,11 @@ |
||
363 | 363 | ]); |
364 | 364 | $client->method('sendRequest') |
365 | 365 | ->with( |
366 | - $this->callback(function () { |
|
366 | + $this->callback(function() { |
|
367 | 367 | return true; |
368 | 368 | }), |
369 | 369 | $this->callback( |
370 | - function ($headers) { |
|
370 | + function($headers) { |
|
371 | 371 | $this->assertContains('Authentication: Basic some-token', $headers); |
372 | 372 | $this->assertContains('Cgi-Authorization: Basic some-token', $headers); |
373 | 373 | return true; |