Closed
Description
Symfony version(s) affected: 4.4.0
Description
bin/console lint:container --no-debug
fails with the following error:
The service "translator.logging" has a dependency on a non-existent service "translator.logging.inner".
How to reproduce
bin/console lint:container --no-debug
Additional context
I'm using PHP 7.3.11 & 7.3.12.
When debug
is on
the command works okay.
APP_DEBUG=1 bin/console lint:container --env=prod
APP_DEBUG=1 bin/console lint:container --env=dev