Skip to content

Commit 8220038

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Messenger] Add reference to PHP docs for SSL context options
2 parents 38ab95f + 9cabec5 commit 8220038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ ssl Map of TLS options. null
16961696
The option ``redis_sentinel`` as an alias for ``sentinel_master`` was introduced
16971697
in Symfony 7.1.
16981698

1699-
The ``ssl`` option can be used to change requirements for the TLS channel, e.g. in tests:
1699+
The ``ssl`` option can be used to provide `SSL context options`_ for the TLS channel, e.g. in tests:
17001700

17011701
.. configuration-block::
17021702

@@ -3417,3 +3417,4 @@ Learn more
34173417
.. _`AMQProxy`: https://github.com/cloudamqp/amqproxy
34183418
.. _`high connection churn`: https://www.rabbitmq.com/connections.html#high-connection-churn
34193419
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
3420+
.. _`SSL context options`: https://php.net/context.ssl

0 commit comments

Comments
 (0)