Skip to content

Commit c2f5dcb

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix merge [DoctrineBridge] try to fix deprecations from doctrine/persistence [DI] Add support for immutable setters in CallTrait [Cache] Propagate expiry when syncing items in ChainAdapter [Routing] fix memoryleak when loading compiled routes [Translation] fix memoryleak in PhpFileLoader
2 parents 0a89a1d + b4fe5a1 commit c2f5dcb

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)