Skip to content

Commit 518fe7f

Browse files
committed
Merge branch '4.4'
* 4.4: aAdd the new ImgStub
2 parents aed76ca + efa57c2 commit 518fe7f

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)