Skip to content

Commit 495d424

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Small typo fix in Messenger documentation Fix build
2 parents e18a02e + 00a9e4a commit 495d424

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
@@ -562,7 +562,7 @@ different messages to them. For example:
562562
# name: high
563563
#queues:
564564
# messages_high: ~
565-
# or redis try "group"
565+
# for redis try "group"
566566
async_priority_low:
567567
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
568568
options:

0 commit comments

Comments
 (0)