From 8df952e4a7b72da43762e9390bd191175a486b4e Mon Sep 17 00:00:00 2001 From: Smaine Milianni Date: Sun, 18 Aug 2019 23:06:34 +0100 Subject: [PATCH] aAdd the new ImgStub Update documentation following this new feature https://github.com/symfony/symfony/commit/c8d420ddffb7a3b2ff9f0e059a720e4efafa49cf --- components/var_dumper/advanced.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/var_dumper/advanced.rst b/components/var_dumper/advanced.rst index 18db7465fa2..0984bb78f46 100644 --- a/components/var_dumper/advanced.rst +++ b/components/var_dumper/advanced.rst @@ -373,6 +373,7 @@ can use: objects/strings/*etc.* by ellipses; * :class:`Symfony\\Component\\VarDumper\\Caster\\CutArrayStub` to keep only some useful keys of an array; +* :class:`Symfony\\Component\\VarDumper\\Caster\\ImgStub` to wrap an image; * :class:`Symfony\\Component\\VarDumper\\Caster\\EnumStub` to wrap a set of virtual values (*i.e.* values that do not exist as properties in the original PHP data structure, but are worth listing alongside with real ones);