Completed
Push — master ( 039eb8...9d8165 )
by Cesar
14s queued 13s
created
src/Service/Braintree/WebhookService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
             WebhookNotification::LOCAL_PAYMENT_COMPLETED =>
25 25
             $this->processLocalPaymentMethodWebhook($webhookNotification),
26 26
             WebhookNotification::PAYMENT_METHOD_REVOKED_BY_CUSTOMER =>
27
-            $this->processPaymentMethodRevokedByCustomer($webhookNotification),default =>
27
+            $this->processPaymentMethodRevokedByCustomer($webhookNotification), default =>
28 28
             $this->processOthers($webhookNotification)
29 29
         };
30 30
     }
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     public function generateTestNotification(string $type): array
37 37
     {
38 38
         return $this->gateway->webhookTesting()->sampleNotification(
39
-            constant(WebhookNotification::class .'::'. $type),
39
+            constant(WebhookNotification::class . '::' . $type),
40 40
             sha1(time())
41 41
         );
42 42
     }
Please login to merge, or discard this patch.