Skip to content

Commit b4fe5a1

Browse files
Merge branch '3.4' into 4.3
* 3.4: [DoctrineBridge] try to fix deprecations from doctrine/persistence [Translation] fix memoryleak in PhpFileLoader
2 parents 8efdf30 + 3396b64 commit b4fe5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cloner/AbstractCloner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ abstract class AbstractCloner implements ClonerInterface
4646
'Doctrine\Common\Proxy\Proxy' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castCommonProxy'],
4747
'Doctrine\ORM\Proxy\Proxy' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castOrmProxy'],
4848
'Doctrine\ORM\PersistentCollection' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castPersistentCollection'],
49+
'Doctrine\Persistence\ObjectManager' => ['Symfony\Component\VarDumper\Caster\StubCaster', 'cutInternals'],
4950

5051
'DOMException' => ['Symfony\Component\VarDumper\Caster\DOMCaster', 'castException'],
5152
'DOMStringList' => ['Symfony\Component\VarDumper\Caster\DOMCaster', 'castLength'],

0 commit comments

Comments
 (0)