Files
awd/var/cache/dev/ContainerD4AQ4Ie/getVarDumper_ContextualizedCliDumper_InnerService.php
2025-09-30 09:35:59 +01:00

28 lines
1.0 KiB
PHP

<?php
namespace ContainerD4AQ4Ie;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getVarDumper_ContextualizedCliDumper_InnerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
public static function do($container, $lazyLoad = true)
{
$container->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($container->privates['debug.file_link_formatter'] ?? self::getDebug_FileLinkFormatterService($container))]);
return $instance;
}
}