8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
2 parents cdc9070 + E78C 80ab92c commit 7a9a193Copy full SHA for 7a9a193
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