Skip to content

Commit 7014f03

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Small typo fix in Messenger documentation Fix build
2 parents 57dd720 + 69aa9e7 commit 7014f03

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

frontend/encore/advanced-config.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ To inject this service into your class, use the ``bind`` option:
188188
bind:
189189
Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface $entryPointLookupEmail: '@webpack_encore.entrypoint_lookup[email]'
190190
191-
Now you can inject your service into your class:
192-
193-
.. code-block:: php
191+
Now you can inject your service into your class::
194192

195193
public function __construct(EntrypointLookupInterface $entryPointLookupEmail) {}
196194

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ different messages to them. For example:
571571
# name: high
572572
#queues:
573573
# messages_high: ~
574-
# or redis try "group"
574+
# for redis try "group"
575575
async_priority_low:
576576
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
577577
options:

0 commit comments

Comments
 (0)