Passed
Push — master ( 37b4ec...6e8e43 )
by Darío
02:14 queued 10s
created
tests/Unit/AbstractClientTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         $client = new SomeClient();
71 71
 
72 72
         $client->withHandler(
73
-            function () {
73
+            function() {
74 74
                 return [
75 75
                     'status' => 500,
76 76
                     'headers' => ['Server' => 'Apache/2.4.38 (Ubuntu)'],
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
         $liveResponse = $client->call('GET', 'http://example.com/api');
97 97
 
98 98
         $client->withHandler(
99
-            function () {
99
+            function() {
100 100
                 return [
101 101
                     'status' => 500,
102 102
                     'headers' => ['Server' => 'Apache/2.4 (Ubuntu)'],
Please login to merge, or discard this patch.