Skip to content

Commit 3506336

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Add missing backticks in inline snippets
2 parents 5d6d8cc + d4eba2a commit 3506336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Available Options
195195

196196
``redis_cluster`` (type: ``bool``, default: ``false``)
197197
Enables or disables redis cluster. The actual value passed is irrelevant as long as it passes loose comparison
198-
checks: `redis_cluster=1` will suffice.
198+
checks: ``redis_cluster=1`` will suffice.
199199

200200
``redis_sentinel`` (type: ``string``, default: ``null``)
201201
Specifies the master name connected to the sentinels.

components/var_dumper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ then its dump representation::
387387

388388
.. note::
389389

390-
`#14` is the internal object handle. It allows comparing two
390+
``#14`` is the internal object handle. It allows comparing two
391391
consecutive dumps of the same object.
392392

393393
.. code-block:: php

0 commit comments

Comments
 (0)