privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand(); $instance->setName('lint:container'); $instance->setDescription('Ensure that arguments injected into services match type declarations'); return $instance; } }