File tree 1 file changed +1
-0
lines changed
Filter options
src/Symfony/Component/VarDumper/Cloner 1 file changed +1
-0
lines changed
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ abstract class AbstractCloner implements ClonerInterface
76
76
'Exception ' => ['Symfony\Component\VarDumper\Caster\ExceptionCaster ' , 'castException ' ],
77
77
'Error ' => ['Symfony\Component\VarDumper\Caster\ExceptionCaster ' , 'castError ' ],
78
78
'Symfony\Component\DependencyInjection\ContainerInterface ' => ['Symfony\Component\VarDumper\Caster\StubCaster ' , 'cutInternals ' ],
79
+ 'Symfony\Component\EventDispatcher\EventDispatcherInterface ' => ['Symfony\Component\VarDumper\Caster\StubCaster ' , 'cutInternals ' ],
79
80
'Symfony\Component\HttpClient\CurlHttpClient ' => ['Symfony\Component\VarDumper\Caster\SymfonyCaster ' , 'castHttpClient ' ],
80
81
'Symfony\Component\HttpClient\NativeHttpClient ' => ['Symfony\Component\VarDumper\Caster\SymfonyCaster ' , 'castHttpClient ' ],
81
82
'Symfony\Component\HttpClient\Response\CurlResponse ' => ['Symfony\Component\VarDumper\Caster\SymfonyCaster ' , 'castHttpClientResponse ' ],
You can’t perform that action at this time.
0 commit comments