diff --git a/frontend/encore/advanced-config.rst b/frontend/encore/advanced-config.rst index 3c5f60edad3..c6ad915acdb 100644 --- a/frontend/encore/advanced-config.rst +++ b/frontend/encore/advanced-config.rst @@ -188,9 +188,7 @@ To inject this service into your class, use the ``bind`` option: bind: Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface $entryPointLookupEmail: '@webpack_encore.entrypoint_lookup[email]' -Now you can inject your service into your class: - -.. code-block:: php +Now you can inject your service into your class:: public function __construct(EntrypointLookupInterface $entryPointLookupEmail) {} diff --git a/messenger.rst b/messenger.rst index 97100cdbd34..84de04743de 100644 --- a/messenger.rst +++ b/messenger.rst @@ -564,7 +564,7 @@ different messages to them. For example: # name: high #queues: # messages_high: ~ - # or redis try "group" + # for redis try "group" async_priority_low: dsn: '%env(MESSENGER_TRANSPORT_DSN)%' options: