-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Pusher Notifier Bridge #48203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
@OskarStark do I need to do something else? |
src/Symfony/Component/Notifier/Bridge/Pusher/PusherTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Pusher/Tests/PusherOptionsTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Pusher/Tests/PusherTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Pusher/Tests/PusherTransportTest.php
Outdated
Show resolved
Hide resolved
Hello. from fabpotbot
excuse my ignorance what do I need to do with it? thanks in advance |
To fix fabpot, you will need to rebase your PR instead of merging the base branch. |
398e995
to
11016ac
Compare
1755c72
to
11016ac
Compare
chore: remove @internal annotation from tests chore: add footer to README.md chore: apply PR comments
…onRegistry::registerLoader()`"
…onRegistry::registerLoader()`"
e17f292
to
a4c4401
Compare
let me know if this works @nicolas-grekas |
feat: configure pusher notifier on framework bundle
src/Symfony/Component/Notifier/Bridge/Pusher/PusherTransport.php
Outdated
Show resolved
Hide resolved
fix: drop sensitive information from toString method on transport
Replaced by |
Add Pusher symfony notifier bridge