Skip to content

Commit

Permalink
[VarDumper] Added missing persistent stream cast
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Feb 16, 2017
1 parent 34e560f commit a340ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cloner/AbstractCloner.php
Expand Up @@ -93,6 +93,7 @@ abstract class AbstractCloner implements ClonerInterface
':mysql link' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink',
':process' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castProcess',
':stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
':persistent stream' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream',
':stream-context' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext',
':xml' => 'Symfony\Component\VarDumper\Caster\XmlResourceCaster::castXml',
);
Expand Down

0 comments on commit a340ca4

Please sign in to comment.