Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[FrameworkBundle] lint:container fails when debug is off #34498

Closed
@mynameisbogdan

Description

@mynameisbogdan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions