We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc9070 commit 80ab92cCopy full SHA for 80ab92c
components/var_dumper/advanced.rst
@@ -325,8 +325,8 @@ being cloned in an array. They are callables that accept five arguments:
325
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
326
representing the main properties of the object (class, type, etc.);
327
* 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.
+* A bit field of ``EXCLUDE_*`` constants from the
+ :class:`Symfony\\Component\\VarDumper\\Caster\\Caster` class.
330
331
Here is a simple caster not doing anything::
332
0 commit comments