@@ -24,61 +24,59 @@ abstract class AbstractCloner implements ClonerInterface
24
24
'Symfony\Component\VarDumper\Caster\CutStub ' => 'Symfony\Component\VarDumper\Caster\StubCaster::castStub ' ,
25
25
'Symfony\Component\VarDumper\Caster\ConstStub ' => 'Symfony\Component\VarDumper\Caster\StubCaster::castStub ' ,
26
26
27
- 'Closure ' => 'Symfony\Component\VarDumper\Caster\ReflectionCaster::castClosure ' ,
28
- 'Reflector ' => 'Symfony\Component\VarDumper\Caster\ReflectionCaster::castReflector ' ,
27
+ 'Closure ' => 'Symfony\Component\VarDumper\Caster\ReflectionCaster::castClosure ' ,
28
+ 'Reflector ' => 'Symfony\Component\VarDumper\Caster\ReflectionCaster::castReflector ' ,
29
29
30
30
'Doctrine\Common\Persistence\ObjectManager ' => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
31
- 'Doctrine\Common\Proxy\Proxy ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castCommonProxy ' ,
32
- 'Doctrine\ORM\Proxy\Proxy ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castOrmProxy ' ,
33
- 'Doctrine\ORM\PersistentCollection ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castPersistentCollection ' ,
34
-
35
- 'DOMException ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castException ' ,
36
- 'DOMStringList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
37
- 'DOMNameList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
38
- 'DOMImplementation ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castImplementation ' ,
39
- 'DOMImplementationList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
40
- 'DOMNode ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNode ' ,
41
- 'DOMNameSpaceNode ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNameSpaceNode ' ,
42
- 'DOMDocument ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDocument ' ,
43
- 'DOMNodeList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
44
- 'DOMNamedNodeMap ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
45
- 'DOMCharacterData ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castCharacterData ' ,
46
- 'DOMAttr ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castAttr ' ,
47
- 'DOMElement ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castElement ' ,
48
- 'DOMText ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castText ' ,
49
- 'DOMTypeinfo ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castTypeinfo ' ,
50
- 'DOMDomError ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDomError ' ,
51
- 'DOMLocator ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLocator ' ,
52
- 'DOMDocumentType ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDocumentType ' ,
53
- 'DOMNotation ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNotation ' ,
54
- 'DOMEntity ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castEntity ' ,
31
+ 'Doctrine\Common\Proxy\Proxy ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castCommonProxy ' ,
32
+ 'Doctrine\ORM\Proxy\Proxy ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castOrmProxy ' ,
33
+ 'Doctrine\ORM\PersistentCollection ' => 'Symfony\Component\VarDumper\Caster\DoctrineCaster::castPersistentCollection ' ,
34
+
35
+ 'DOMException ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castException ' ,
36
+ 'DOMStringList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
37
+ 'DOMNameList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
38
+ 'DOMImplementation ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castImplementation ' ,
39
+ 'DOMImplementationList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
40
+ 'DOMNode ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNode ' ,
41
+ 'DOMNameSpaceNode ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNameSpaceNode ' ,
42
+ 'DOMDocument ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDocument ' ,
43
+ 'DOMNodeList ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
44
+ 'DOMNamedNodeMap ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLength ' ,
45
+ 'DOMCharacterData ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castCharacterData ' ,
46
+ 'DOMAttr ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castAttr ' ,
47
+ 'DOMElement ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castElement ' ,
48
+ 'DOMText ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castText ' ,
49
+ 'DOMTypeinfo ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castTypeinfo ' ,
50
+ 'DOMDomError ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDomError ' ,
51
+ 'DOMLocator ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castLocator ' ,
52
+ 'DOMDocumentType ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castDocumentType ' ,
53
+ 'DOMNotation ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castNotation ' ,
54
+ 'DOMEntity ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castEntity ' ,
55
55
'DOMProcessingInstruction ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castProcessingInstruction ' ,
56
- 'DOMXPath ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castXPath ' ,
56
+ 'DOMXPath ' => 'Symfony\Component\VarDumper\Caster\DOMCaster::castXPath ' ,
57
57
58
58
'ErrorException ' => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castErrorException ' ,
59
- 'Exception ' => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castException ' ,
60
- 'Symfony\Component\DependencyInjection\ContainerInterface '
61
- => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
62
- 'Symfony\Component\VarDumper\Exception\ThrowingCasterException '
63
- => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castThrowingCasterException ' ,
59
+ 'Exception ' => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castException ' ,
60
+ 'Symfony\Component\DependencyInjection\ContainerInterface ' => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
61
+ 'Symfony\Component\VarDumper\Exception\ThrowingCasterException ' => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castThrowingCasterException ' ,
64
62
65
- 'PDO ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdo ' ,
66
- 'PDOStatement ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdoStatement ' ,
63
+ 'PDO ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdo ' ,
64
+ 'PDOStatement ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdoStatement ' ,
67
65
68
- 'ArrayObject ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castArrayObject ' ,
66
+ 'ArrayObject ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castArrayObject ' ,
69
67
'SplDoublyLinkedList ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castDoublyLinkedList ' ,
70
- 'SplFixedArray ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castFixedArray ' ,
71
- 'SplHeap ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castHeap ' ,
72
- 'SplObjectStorage ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castObjectStorage ' ,
73
- 'SplPriorityQueue ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castHeap ' ,
68
+ 'SplFixedArray ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castFixedArray ' ,
69
+ 'SplHeap ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castHeap ' ,
70
+ 'SplObjectStorage ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castObjectStorage ' ,
71
+ 'SplPriorityQueue ' => 'Symfony\Component\VarDumper\Caster\SplCaster::castHeap ' ,
74
72
75
- ':curl ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castCurl ' ,
76
- ':dba ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castDba ' ,
73
+ ':curl ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castCurl ' ,
74
+ ':dba ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castDba ' ,
77
75
':dba persistent ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castDba ' ,
78
- ':gd ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castGd ' ,
79
- ':mysql link ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink ' ,
80
- ':process ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castProcess ' ,
81
- ':stream ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream ' ,
76
+ ':gd ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castGd ' ,
77
+ ':mysql link ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castMysqlLink ' ,
78
+ ':process ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castProcess ' ,
79
+ ':stream ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStream ' ,
82
80
':stream-context ' => 'Symfony\Component\VarDumper\Caster\ResourceCaster::castStreamContext ' ,
83
81
);
84
82