-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] [Mercure] Add options #60140
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
Hey! Thanks for your PR. You are targeting branch "7.3" but it seems your PR description refers to branch "7.3 for features". Cheers! Carsonbot |
this PR connect to this PR symfony/ux#1853 |
843bfcf
to
d54febf
Compare
Thank you @ernie76. |
@@ -29,6 +29,7 @@ public function __construct( | |||
private ?string $id = null, | |||
private ?string $type = null, | |||
private ?int $retry = null, | |||
private ?array $content = null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should document the shape supported for that array
Add content option to MercureTransport