Test Setup Failed
Branch master (ac51f2)
by Jan
03:05
created
Category
src/DiscordWebhook/Webhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
     private function buildPayload(): array
77 77
     {
78
-        $fields  = [
78
+        $fields = [
79 79
             'username' => 'username',
80 80
             'avatar'   => 'avatar_url',
81 81
             'message'  => 'content',
Please login to merge, or discard this patch.