Skip to content

Commit

Permalink
Add framework and remove versionadded as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tarjei committed Sep 9, 2024
1 parent c7a89c4 commit 5639222
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1687,28 +1687,26 @@ The SSL options can be used change requirements for the TLS channel:

.. code-block:: yaml

Check failure on line 1688 in messenger.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please add a blank line after " .. code-block:: yaml
# config/packages/test/messenger.yaml
messenger:
framework:
messenger:
transports:
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
.. versionadded:: 7.1

The option `redis_sentinel` as an alias for `sentinel_master` was introduced
in Symfony 7.1.

.. versionadded:: 6.4
The SSL options were added in 6.4.

.. caution::

There should never be more than one ``messenger:consume`` command running with the same
Expand Down

0 comments on commit 5639222

Please sign in to comment.