@@ -383,23 +383,23 @@ thus to dumpers. To help you do this (see the source code for how it works),
383383the component comes with a set of wrappers for common additional semantics. You
384384can use:
385385
386- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ConstStub ` to wrap a value that is
387- best represented by a PHP constant;
388- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ClassStub ` to wrap a PHP identifier
389- (*i.e. * a class name, a method name, an interface, *etc. *);
390- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ CutStub ` to replace big noisy
391- objects/strings/*etc. * by ellipses;
392- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ CutArrayStub ` to keep only some
393- useful keys of an array;
394- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ EnumStub ` to wrap a set of virtual
395- values (*i.e. * values that do not exist as properties in the original PHP data
396- structure, but are worth listing alongside with real ones);
397- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ LinkStub ` to wrap strings that can
398- be turned into links by dumpers;
399- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ TraceStub ` and their
400- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ FrameStub ` and
401- * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ArgsStub ` relatives to wrap PHP
402- traces (used by :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ExceptionCaster `).
386+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ConstStub ` to wrap a value that is
387+ best represented by a PHP constant;
388+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ClassStub ` to wrap a PHP identifier
389+ (*i.e. * a class name, a method name, an interface, *etc. *);
390+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ CutStub ` to replace big noisy
391+ objects/strings/*etc. * by ellipses;
392+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ CutArrayStub ` to keep only some
393+ useful keys of an array;
394+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ EnumStub ` to wrap a set of virtual
395+ values (*i.e. * values that do not exist as properties in the original PHP data
396+ structure, but are worth listing alongside with real ones);
397+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ LinkStub ` to wrap strings that can
398+ be turned into links by dumpers;
399+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ TraceStub ` and their
400+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ FrameStub ` and
401+ * :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ArgsStub ` relatives to wrap PHP
402+ traces (used by :class: `Symfony\\ Component\\ VarDumper\\ Caster\\ ExceptionCaster `).
403403
404404For example, if you know that your ``Product `` objects have a ``brochure `` property
405405that holds a file name or a URL, you can wrap them in a ``LinkStub `` to tell
0 commit comments