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 b0d8583 commit 8389469Copy full SHA for 8389469
components/var_dumper/advanced.rst
@@ -340,7 +340,7 @@ being cloned in an array. They are callables that accept five arguments:
340
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
341
representing the main properties of the object (class, type, etc.);
342
* true/false when the caster is called nested in a structure or not;
343
-* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster```::EXCLUDE_*``
+* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster` ``::EXCLUDE_*``
344
constants.
345
346
Here is a simple caster not doing anything::
0 commit comments