From 299ac2ea9d2fdb18850470afc6aedb17b04214b5 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 15 Dec 2023 19:43:09 +1300 Subject: [PATCH] Format --- src/Utopia/Messaging/Adapter.php | 10 +++------- src/Utopia/Messaging/Adapter/Push/FCM.php | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Utopia/Messaging/Adapter.php b/src/Utopia/Messaging/Adapter.php index ff67afe..2732f50 100644 --- a/src/Utopia/Messaging/Adapter.php +++ b/src/Utopia/Messaging/Adapter.php @@ -62,7 +62,6 @@ public function send(Message $message): array * @param array $headers An array of headers to send with the request. * @param string|null $body The body of the request. * @param int $timeout The timeout in seconds. - * * @return array{ * url: string, * statusCode: int, @@ -116,12 +115,9 @@ protected function request( /** * Send multiple concurrent HTTP requests using HTTP/2 multiplexing. * - * @param string $method - * @param array $urls - * @param array $headers - * @param array $bodies - * @param int $timeout - * + * @param array $urls + * @param array $headers + * @param array $bodies * @return array