8000 [VarDumper] Added missing persistent stream cast · symfony/symfony@cab9f7e · GitHub
[go: up one dir, main page]

Skip to content

Commit cab9f7e

Browse files
committed
[VarDumper] Added missing persistent stream cast
1 parent be691d5 commit cab9f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ abstract class AbstractCloner implements ClonerInterface
9393
':mysql link' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink',
9494
':process' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castProcess',
9595
':stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
96+
':persistent stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
9697
':stream-context' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext',
9798
':xml' => 'Symfony\Component\VarDumper\Caster\XmlResourceCaster::castXml',
9899
);

0 commit comments

Comments
 (0)
0