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
$output->writeln($formatter->formatSection('warning', 'The router:dump-apache command is deprecated since version 2.5 and will be removed in 3.0', 'comment'));
80
+
$output->title('Router Apache Dumper');
81
+
82
+
$output->caution('The router:dump-apache command is deprecated since version 2.5 and will be removed in 3.0.');
if (false !== strpos($input->getFirstArgument(), ':d')) {
81
-
$output->writeln('<comment>The use of "router:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the "debug:router" instead.</comment>');
84
+
$output->caution('The use of "router:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the "debug:router" instead.');
82
85
}
83
86
84
87
$name = $input->getArgument('name');
@@ -89,11 +92,14 @@ protected function execute(InputInterface $input, OutputInterface $output)
89
92
if (!$route) {
90
93
thrownew \InvalidArgumentException(sprintf('The route "%s" does not exist.', $name));
0 commit comments