Skip to content

Commit 4fab61d

Browse files
Merge branch '4.4' into 5.0
* 4.4: 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 Removed request header "Content-Type" from the preferred format guessing mechanism [Routing] fix memoryleak when loading compiled routes [Translation] fix memoryleak in PhpFileLoader fix triggering deprecation in file locator bug #34877 [TwigBundle] fix findTemplate() to return `null`
2 parents a486200 + c2f5dcb commit 4fab61d

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)