@@ -335,11 +335,11 @@ |
||
335 | 335 | ]); |
336 | 336 | $client->method('sendRequest') |
337 | 337 | ->with( |
338 | - $this->callback(function ($url) { |
|
338 | + $this->callback(function($url) { |
|
339 | 339 | return true; |
340 | 340 | }), |
341 | 341 | $this->callback( |
342 | - function ($headers) { |
|
342 | + function($headers) { |
|
343 | 343 | $this->assertContains('Authentication: Basic some-token', $headers); |
344 | 344 | $this->assertContains('Cgi-Authorization: Basic some-token', $headers); |
345 | 345 | return true; |