8000 minor #9605 [VarDumper] Fix rendering of inline code (kevin-verschaeve) · symfony/symfony-docs@63b36c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63b36c7

Browse files
committed
minor #9605 [VarDumper] Fix rendering of inline code (kevin-verschaeve)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #9605). Discussion ---------- [VarDumper] Fix rendering of inline code A small piece of code that is not rendered correctly on the varDumper component Commits ------- 8389469 [VarDumper] Fix rendering of inline code
2 parents b0d8583 + 8389469 commit 63b36c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ being cloned in an array. They are callables that accept five arguments:
340340
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
341341
representing the main properties of the object (class, type, etc.);
342342
* true/false when the caster is called nested in a structure or not;
343-
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster```::EXCLUDE_*``
343+
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster` ``::EXCLUDE_*``
344344
constants.
345345

346346
Here is a simple caster not doing anything::

0 commit comments

Comments
 (0)
0