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
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorRenderer/Command/DebugCommand.php
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
* A console command for retrieving information about error renderers.
25
25
*
26
26
* @author Yonel Ceruto <yonelceruto@gmail.com>
27
+
*
28
+
* @internal
27
29
*/
28
30
class DebugCommand extends Command
29
31
{
@@ -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