@@ -70,7 +70,7 @@ discard block |
||
| 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 |
||
| 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)'], |