8000 bug #21634 [VarDumper] Added missing persistent stream cast (lyrixx) · symfony/symfony@38490da · GitHub
[go: up one dir, main page]

Skip to content

Commit 38490da

Browse files
committed
bug #21634 [VarDumper] Added missing persistent stream cast (lyrixx)
This PR was merged into the 2.7 branch. Discussion ---------- [VarDumper] Added missing persistent stream cast | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- cab9f7e [VarDumper] Added missing persistent stream cast
2 parents 3441b15 + cab9f7e commit 38490da

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