Completed
Push — master ( 645e3e...9b8965 )
by Igor
02:59
created
Event.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -597,7 +597,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.