Completed
Push — master ( 8870af...73abab )
by Maxim
03:10 queued 37s
created
src/Providers/Firefox.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 
66 66
         $this->flush(
67 67
             $subscribers,
68
-            function (Response $response) use ($notification) {
68
+            function(Response $response) use ($notification) {
69 69
                 try {
70 70
                     if ($response->getStatusCode() != 201) {
71 71
                         $response = json_decode($response->getBody());
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
                     Driver::emit(new NotificationFailed($notification));
83 83
                 }
84 84
             },
85
-            function () use ($notification) {
85
+            function() use ($notification) {
86 86
                 Driver::emit(new NotificationFailed($notification));
87 87
             }
88 88
         );
Please login to merge, or discard this patch.