Passed
Push — master ( 985b93...23d4c7 )
by Alex
02:19
created
Mezon/Service/Tests/ServiceClientUnitTests.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -363,11 +363,11 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.