Skip to content

Commit 043d4b4

Browse files
committed
minor #20191 Add missing backticks in inline snippets (phansys)
This PR was merged into the 5.4 branch. Discussion ---------- Add missing backticks in inline snippets <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 4ee1a12 Add missing backticks in inline snippets
2 parents 32c2a67 + 4ee1a12 commit 043d4b4

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
@@ -176,7 +176,7 @@ Available Options
176176

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

181181
``redis_sentinel`` (type: ``string``, default: ``null``)
182182
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
@@ -391,7 +391,7 @@ then its dump representation::
391391

392392
.. note::
393393

394-
`#14` is the internal object handle. It allows comparing two
394+
``#14`` is the internal object handle. It allows comparing two
395395
consecutive dumps of the same object.
396396

397397
.. code-block:: php

0 commit comments

Comments
 (0)