Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ redis_sentinel support is disabled
ssl Map of TLS options. null
======================= ===================================== =================================

The ``ssl`` option can be used to change requirements for the TLS channel, e.g. in tests:
The ``ssl`` option can be used to provide SSL context options (`php.net/context.ssl`_) for the TLS channel, e.g. in tests:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The ``ssl`` option can be used to provide SSL context options (`php.net/context.ssl`_) for the TLS channel, e.g. in tests:
The ``ssl`` option can be used to provide `SSL context options`_ for the TLS channel, e.g. in tests:

WDYT about this for better link integration in text ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could use the proposed variant if this keeps the reference intact to the PHP docs.

image

See:

SSL context options. See `php.net/context.ssl`_ for more information.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, @MrYamous proposal is what we usually do in the docs. So, I changed this while merging. See 714113c


.. configuration-block::

Expand Down Expand Up @@ -3488,3 +3488,4 @@ Learn more
.. _`AMQProxy`: https://github.com/cloudamqp/amqproxy
.. _`high connection churn`: https://www.rabbitmq.com/connections.html#high-connection-churn
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
.. _`php.net/context.ssl`: https://php.net/context.ssl
Loading