@@ -54,11 +54,11 @@ |
||
| 54 | 54 | $this->haveACleanSetupInRemoteService(); |
| 55 | 55 | } |
| 56 | 56 | $expectations = (new ExpectationAnnotationParser())->getExpectations($test); |
| 57 | - if(!empty($expectations)){ |
|
| 57 | + if (!empty($expectations)) { |
|
| 58 | 58 | $client = new Client([ |
| 59 | 59 | 'base_uri' => "{$this->config['host']}:{$this->config['port']}", |
| 60 | 60 | ]); |
| 61 | - foreach ($expectations as $expectation){ |
|
| 61 | + foreach ($expectations as $expectation) { |
|
| 62 | 62 | |
| 63 | 63 | $client->post(PhiremockClient::API_EXPECTATIONS_URL, [ |
| 64 | 64 | 'headers' => [ |