@@ -115,7 +115,7 @@ |
||
115 | 115 | new TimeOut(new SleepWaiter(), $maxExecutionTime) |
116 | 116 | ); |
117 | 117 | $restApiBrowser = $this; |
118 | - $runner->run(new Callback(function () use ($restApiBrowser, $method, $uri, $body, $assertion) { |
|
118 | + $runner->run(new Callback(function() use ($restApiBrowser, $method, $uri, $body, $assertion) { |
|
119 | 119 | $restApiBrowser->sendRequest($method, $uri, $body); |
120 | 120 | |
121 | 121 | return $assertion(); |