Skip to content

Commit 39c56c5

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: [Cache] Fix redis adapter option type
2 parents dfaf411 + bbed31a commit 39c56c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Available Options
210210
``error``, ``distribute`` or ``slaves``. For ``\Predis\ClientInterface`` valid options are ``slaves``
211211
or ``distribute``.
212212

213-
``ssl`` (type: ``bool``, default: ``null``)
213+
``ssl`` (type: ``array``, default: ``null``)
214214
SSL context options. See `php.net/context.ssl`_ for more information.
215215

216216
.. note::

0 commit comments

Comments
 (0)