Skip to content

Commit efa57c2

Browse files
committed
feature #12199 Add the new ImgStub (ismail1432)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead (closes #12199). Discussion ---------- Add the new ImgStub Update documentation following this new feature symfony/symfony@c8d420d <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8df952e aAdd the new ImgStub
2 parents e92d9b8 + 8df952e commit efa57c2

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)