-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
add XML and PHP config examples #13277
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
aeee1f4
to
9973e87
Compare
messenger.rst
Outdated
|
||
.. code-block:: xml | ||
|
||
<!-- config/packages/messenger.xml --> |
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.
Should this be config/packages/test/messenger.xml
?
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.
absolutely, thanks for the heads up 👍
messenger.rst
Outdated
|
||
.. code-block:: php | ||
|
||
// config/packages/messenger.php |
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.
Same for this path.
…ema definition (xabbuh) This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle] add missing Messenger options to XML schema definition | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix symfony/symfony-docs#13010 | License | MIT | Doc PR | symfony/symfony-docs#13277 Commits ------- 45a033d add missing Messenger options to XML schema definition
Thank you Christian. |
fixes #13010