Skip to content

Commit 8df952e

Browse files
ismail1432OskarStark
authored andcommitted
aAdd the new ImgStub
Update documentation following this new feature symfony/symfony@c8d420d
1 parent e92d9b8 commit 8df952e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/var_dumper/advanced.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ can use:
373373
objects/strings/*etc.* by ellipses;
374374
* :class:`Symfony\\Component\\VarDumper\\Caster\\CutArrayStub` to keep only some
375375
useful keys of an array;
376+
* :class:`Symfony\\Component\\VarDumper\\Caster\\ImgStub` to wrap an image;
376377
* :class:`Symfony\\Component\\VarDumper\\Caster\\EnumStub` to wrap a set of virtual
377378
values (*i.e.* values that do not exist as properties in the original PHP data
378379
structure, but are worth listing alongside with real ones);

0 commit comments

Comments
 (0)