27 lines
969 B
PHP
27 lines
969 B
PHP
<?php
|
|
|
|
namespace ContainerVvRT4pd;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
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'] ?? $container->getDebug_FileLinkFormatterService())]);
|
|
|
|
return $instance;
|
|
}
|
|
}
|