Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Dec 15, 2023
1 parent 9709afd commit 299ac2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/Utopia/Messaging/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function send(Message $message): array
* @param array<string> $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,
Expand Down Expand Up @@ -116,12 +115,9 @@ protected function request(
/**
* Send multiple concurrent HTTP requests using HTTP/2 multiplexing.
*
* @param string $method
* @param array<string> $urls
* @param array<string> $headers
* @param array<string> $bodies
* @param int $timeout
*
* @param array<string> $urls
* @param array<string> $headers
* @param array<string> $bodies
* @return array<array{
* url: string,
* statusCode: int,
Expand Down
2 changes: 1 addition & 1 deletion src/Utopia/Messaging/Adapter/Push/FCM.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function process(PushMessage $message): array
$signingKey,
$signingAlgorithm,
);

$signingKey = null;
$payload = null;

Expand Down

0 comments on commit 299ac2e

Please sign in to comment.