**Symfony version(s) affected**: 5.3-dev **Description** Running the container linter on a new symfony app fails with the following error: > Invalid definition for service "kernel": "Symfony\Component\HttpKernel\Kernel::__construct()" requires 2 arguments, 0 passed. **How to reproduce** ```sh symfony new --version=next container-lint-reproducer cd container-lint-reproducer ./bin/console lint:container ```