Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca203b6

Browse filesBrowse files
committed
minor #42419 [Notifier] fix typo firebase (zairigimad)
This PR was submitted for the 5.4 branch but it was merged into the 5.3 branch instead. Discussion ---------- [Notifier] fix typo firebase | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- 29afac2 [Notifier] fix typo firebase
2 parents ad1ff4f + 29afac2 commit ca203b6
Copy full SHA for ca203b6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
7878
try {
7979
$statusCode = $response->getStatusCode();
8080
} catch (TransportExceptionInterface $e) {
81-
throw new TransportException('Could not reach the remote Forebase server.', $response, 0, $e);
81+
throw new TransportException('Could not reach the remote Firebase server.', $response, 0, $e);
8282
}
8383

8484
$contentType = $response->getHeaders(false)['content-type'][0] ?? '';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.