8000 [DebugBundle] Add $defaultName to PlaceholderCommand · symfony/symfony@37b2a19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37b2a19

Browse files
DemigodCodenicolas-grekas
authored andcommitted
[DebugBundle] Add $defaultName to PlaceholderCommand
1 parent 692c629 commit 37b2a19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
*/
2828
class ServerDumpPlaceholderCommand extends Command
2929
{
30+
protected static $defaultName = 'server:dump';
31+
protected static $defaultDescription = 'Start a dump server that collects and displays dumps in a single place';
32+
3033
private $replacedCommand;
3134

3235
public function __construct(DumpServer $server = null, array $descriptors = [])

0 commit comments

Comments
 (0)
0