Skip to content

Commit cdf745b

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Small typo fix in Messenger documentation Fix build
2 parents 3029edb + 495d424 commit cdf745b

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
@@ -573,7 +573,7 @@ different messages to them. For example:
573573
# name: high
574574
#queues:
575575
# messages_high: ~
576-
# or redis try "group"
576+
# for redis try "group"
577577
async_priority_low:
578578
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
579579
options:

0 commit comments

Comments
 (0)