@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | $this->postAsync($url, ['body' => '{"query": "query { viewer { login }}"}']) |
56 | 56 | ->then( |
57 | - function (ResponseInterface $response) use ($msg) { |
|
57 | + function(ResponseInterface $response) use ($msg) { |
|
58 | 58 | $json = $response->getBody(); |
59 | 59 | $msg->reply($json); |
60 | 60 | } |