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 e92d9b8 commit 8df952eCopy full SHA for 8df952e
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