Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed a syntax issue in a VarDumper article
  • Loading branch information
javiereguiluz committed Jan 31, 2018
commit 80ab92c6b4fdd628773283e71f777c196a1a2d64
4 changes: 2 additions & 2 deletions components/var_dumper/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ being cloned in an array. They are callables that accept five arguments:
* a :class:`Symfony\\Component\\VarDumper\\Cloner\\Stub` object
representing the main properties of the object (class, type, etc.);
* true/false when the caster is called nested in a structure or not;
* A bit field of :class:`Symfony\\Component\\VarDumper\\Caster\\Caster```::EXCLUDE_*``
constants.
* A bit field of ``EXCLUDE_*`` constants from the
:class:`Symfony\\Component\\VarDumper\\Caster\\Caster` class.

Here is a simple caster not doing anything::

Expand Down