You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$errorIo->comment('Provide the name of a bundle as the first argument of this command to dump its configuration. (e.g. <comment>debug:config FrameworkBundle</comment>)');
94
87
$errorIo->comment('For dumping a specific option, add its path as the second argument of this command. (e.g. <comment>debug:config FrameworkBundle serializer</comment> to dump the <comment>framework.serializer</comment> configuration)');
@@ -194,12 +187,12 @@ private function getConfigForExtension(ExtensionInterface $extension, ContainerB
194
187
195
188
// Fall back to default config if the extension has one
196
189
197
-
if (!$extensioninstanceof ConfigurationExtensionInterface) {
190
+
if (!$extensioninstanceof ConfigurationExtensionInterface && !$extensioninstanceof ConfigurationInterface) {
198
191
thrownew \LogicException(sprintf('The extension with alias "%s" does not have configuration.', $extensionAlias));
'Provide the name of a bundle as the first argument of this command to dump its default configuration. (e.g. <comment>config:dump-reference FrameworkBundle</comment>)',
@@ -158,6 +149,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
0 commit comments