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
@@ -55,7 +57,7 @@ protected function configure(): void
55
57
56
58
<info>php %command.full_name%</info>
57
59
58
-
Or outputs a sample in a specific format:
60
+
Or output a sample in a specific format:
59
61
60
62
<info>php %command.full_name% format</info>
61
63
@@ -77,15 +79,15 @@ protected function execute(InputInterface $input, OutputInterface $output)
77
79
thrownewInvalidArgumentException(sprintf('No error renderer found for format "%s". Known format are %s.', $format, implode(', ', array_keys($this->renderers))));
0 commit comments