File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 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
7676 'ErrorException ' => ['Symfony\Component\VarDumper\Caster\ExceptionCaster ' , 'castErrorException ' ],
7777 'Exception ' => ['Symfony\Component\VarDumper\Caster\ExceptionCaster ' , 'castException ' ],
7878 'Error ' => ['Symfony\Component\VarDumper\Caster\ExceptionCaster ' , 'castError ' ],
79+ 'Symfony\Bridge\Monolog\Logger ' => ['Symfony\Component\VarDumper\Caster\StubCaster ' , 'cutInternals ' ],
7980 'Symfony\Component\DependencyInjection\ContainerInterface ' => ['Symfony\Component\VarDumper\Caster\StubCaster ' , 'cutInternals ' ],
8081 'Symfony\Component\EventDispatcher\EventDispatcherInterface ' => ['Symfony\Component\VarDumper\Caster\StubCaster ' , 'cutInternals ' ],
8182 'Symfony\Component\HttpClient\CurlHttpClient ' => ['Symfony\Component\VarDumper\Caster\SymfonyCaster ' , 'castHttpClient ' ],
You can’t perform that action at this time.
0 commit comments