Skip to content

Commit 0d5bc47

Browse files
[VarDumper] Fix rendering of inline code
1 parent 713ad5c commit 0d5bc47

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
@@ -319,7 +319,7 @@ being cloned in an array. They are callables that accept five arguments:
319319
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
320320
representing the main properties of the object (class, type, etc.);
321321
* true/false when the caster is called nested in a structure or not;
322-
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster```::EXCLUDE_*``
322+
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster::EXCLUDE_*`
323323
constants.
324324

325325
Here is a simple caster not doing anything::

0 commit comments

Comments
 (0)