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

Skip to content

Commit c7036fa

Browse files
committed
Borrow message from ConfigDumpReferenceCommand
1 parent 9a36c9c commit c7036fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
105105
$format = $input->getOption('format');
106106

107107
if ('yaml' === $format && !class_exists(Yaml::class)) {
108-
$errorIo->error('The "yaml" format requires the installation of the Yaml component. Install it with "composer require symfony/yaml", or choose another format by specifying "--format=json".');
108+
$errorIo->error('Setting the "format" option to "yaml" requires the Symfony Yaml component. Try running "composer install symfony/yaml" or use "--format=json" instead.');
109109

110110
return 1;
111111
}

0 commit comments

Comments
 (0)