@@ -96,7 +96,7 @@ discard block |
||
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 |
||
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 | } |