bin/console debug:config XXXX
does't work when the config is not defined in the **application**
#41121
Labels
Bug
DependencyInjection
Help wanted
Issues and PRs which are looking for volunteers to complete them.
Status: Needs Review
Symfony version(s) affected: 4.4.*
Description
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
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:
symfony/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
Line 73 in 18e6e2d
I can submit a PR to remove it if you are OK
The text was updated successfully, but these errors were encountered: