privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand { return ($container->privates['console.command.yaml_lint'] ?? $container->load('getConsole_Command_YamlLintService')); }); } }