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