@@ -58,7 +58,7 @@ |
||
| 58 | 58 | $url = $this->url($force); |
| 59 | 59 | $this->guzzle->getAsync($url) |
| 60 | 60 | ->then( |
| 61 | - function (ResponseInterface $response) use ($msg) { |
|
| 61 | + function(ResponseInterface $response) use ($msg) { |
|
| 62 | 62 | $json = $response->getBody(); |
| 63 | 63 | $rsp = json_decode($json); |
| 64 | 64 | |