We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713ad5c commit 0d5bc47Copy full SHA for 0d5bc47
components/var_dumper/advanced.rst
@@ -319,7 +319,7 @@ being cloned in an array. They are callables that accept five arguments:
319
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
320
representing the main properties of the object (class, type, etc.);
321
* 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_*``
+* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster::EXCLUDE_*`
323
constants.
324
325
Here is a simple caster not doing anything::
0 commit comments