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 974c996

Browse filesBrowse files
bitgandtterOskarStark
authored andcommitted
chore: drop extra - on CHANGELOG.md
fix: drop sensitive information from toString method on transport
1 parent e427702 commit 974c996
Copy full SHA for 974c996

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Notifier/Bridge/Pusher/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Pusher/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ CHANGELOG
22
=========
33

44
6.3
5-
-----
5+
----
66

77
* Add the bridge

‎src/Symfony/Component/Notifier/Bridge/Pusher/PusherTransport.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Pusher/PusherTransport.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __toString(): string
4141
$settings = $this->pusherClient->getSettings();
4242
preg_match('/api-([\w]+)\.pusher\.com$/m', $settings['host'], $server);
4343

44-
return sprintf('pusher://%s:%s@%s?server=%s', $settings['auth_key'], $settings['secret'], $settings['app_id'], $server[1]);
44+
return sprintf('pusher://%s?server=%s', $settings['app_id'], $server[1]);
4545
}
4646

4747
public function supports(MessageInterface $message): bool

0 commit comments

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