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 0319430 commit 0ead773Copy full SHA for 0ead773
src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php
@@ -111,6 +111,7 @@ abstract class AbstractCloner implements ClonerInterface
111
':pgsql result' => 'Symfony\Component\VarDumper\Caster\PgSqlCaster::castResult',
112
':process' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castProcess',
113
':stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
114
+ ':persistent stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
115
':stream-context' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext',
116
':xml' => 'Symfony\Component\VarDumper\Caster\XmlResourceCaster::castXml',
117
);
0 commit comments