Passed
Push — master ( bd6b1c...4d67ca )
by Mariano
03:04
created
src/Module/Phiremock.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,11 +54,11 @@
 block discarded – undo
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' => [
Please login to merge, or discard this patch.