@@ -597,7 +597,7 @@ discard block |
||
597 | 597 | } |
598 | 598 | $addresses = is_array($addresses) ? $addresses : func_get_args(); |
599 | 599 | |
600 | - return $this->then(function (Application $app) use ($addresses) { |
|
600 | + return $this->then(function(Application $app) use ($addresses) { |
|
601 | 601 | $this->emailOutput($app->mailer, $addresses); |
602 | 602 | }); |
603 | 603 | } |
@@ -654,7 +654,7 @@ discard block |
||
654 | 654 | */ |
655 | 655 | public function thenPing($url) |
656 | 656 | { |
657 | - return $this->then(function () use ($url) { |
|
657 | + return $this->then(function() use ($url) { |
|
658 | 658 | (new HttpClient())->get($url); |
659 | 659 | }); |
660 | 660 | } |