Completed
Push — master ( d45033...528036 )
by Sébastien
12s
created
src/Rest/RestApiBrowser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.