Test Failed
Push — master ( 321e41...d641b2 )
by Jan
02:14
created
src/DiscordWebhook/Webhook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
         $responseCodes = [];
97 97
         $payload = $this->buildPayload();
98 98
 
99
-        $this->clients->forAll(static function (int $key, Client $client) use ($payload) {
99
+        $this->clients->forAll(static function(int $key, Client $client) use ($payload) {
100 100
             $responseCodes[] = $client->request(
101 101
                 'POST',
102 102
                 $client->getConfig('base_uri')->getPath(),
@@ -231,6 +231,6 @@  discard block
 block discarded – undo
231 231
 
232 232
         $this->embeds->add($embed);
233 233
 
234
-        return (int)$this->embeds->indexOf($embed);
234
+        return (int) $this->embeds->indexOf($embed);
235 235
     }
236 236
 }
Please login to merge, or discard this patch.