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.
2 parents aed76ca + efa57c2 commit 518fe7fCopy full SHA for 518fe7f
components/var_dumper/advanced.rst
@@ -373,6 +373,7 @@ can use:
373
objects/strings/*etc.* by ellipses;
374
* :class:`Symfony\\Component\\VarDumper\\Caster\\CutArrayStub` to keep only some
375
useful keys of an array;
376
+* :class:`Symfony\\Component\\VarDumper\\Caster\\ImgStub` to wrap an image;
377
* :class:`Symfony\\Component\\VarDumper\\Caster\\EnumStub` to wrap a set of virtual
378
values (*i.e.* values that do not exist as properties in the original PHP data
379
structure, but are worth listing alongside with real ones);
0 commit comments