Passed
Push — master ( 0ca5af...6ebb62 )
by Dan
08:29
created
src/Examples/YesOrNoPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.