Closed
Description
Symfony version(s) affected: 4.4.*
Description
root /app bin/console debug:config JMSSerializerBundle
In ConfigDebugCommand.php line 92:
The extension with alias "jms_serializer" does not have configuration.
debug:config [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<name> [<path>]]
How to reproduce
Drop all the configuration of a bundle
Possible Solution
Dump the real configuration, even if the app definition does not exists.
Additional context
root /app bin/console debug:config --help
Description:
Dumps the current configuration for an extension
The help says it dump the currentconfiguration, it means the configuration defined in the application merged with the default one (I know it, I made this feature).
This line cause the issue:
I can submit a PR to remove it if you are OK
Metadata
Metadata
Assignees
Labels
Issues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.