privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand { return ($container->privates['console.command.container_lint'] ?? $container->load('getConsole_Command_ContainerLintService')); }); } }