Skip to content

Commit 3396b64

Browse files
[DoctrineBridge] try to fix deprecations from doctrine/persistence
1 parent 569e261 commit 3396b64

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
@@ -45,6 +45,7 @@ abstract class AbstractCloner implements ClonerInterface
4545
'Doctrine\Common\Proxy\Proxy' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castCommonProxy'],
4646
'Doctrine\ORM\Proxy\Proxy' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castOrmProxy'],
4747
'Doctrine\ORM\PersistentCollection' => ['Symfony\Component\VarDumper\Caster\DoctrineCaster', 'castPersistentCollection'],
48+
'Doctrine\Persistence\ObjectManager' => ['Symfony\Component\VarDumper\Caster\StubCaster', 'cutInternals'],
4849

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

0 commit comments

Comments
 (0)