Skip to content

Commit 00a9e4a

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Small typo fix in Messenger documentation Fix build
2 parents db3a28b + 7014f03 commit 00a9e4a

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)