Skip to content

Commit 80ab92c

Browse files
committed
Fixed a syntax issue in a VarDumper article
1 parent cdc9070 commit 80ab92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/var_dumper/advanced.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ being cloned in an array. They are callables that accept five arguments:
325325
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
326326
representing the main properties of the object (class, type, etc.);
327327
* true/false when the caster is called nested in a structure or not;
328-
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster```::EXCLUDE_*``
329-
constants.
328+
* A bit field of ``EXCLUDE_*`` constants from the
329+
:class:`Symfony\\Component\\VarDumper\\Caster\\Caster` class.
330330

331331
Here is a simple caster not doing anything::
332332

0 commit comments

Comments
 (0)