[DebugBundle] Add $defaultName to PlaceholderCommand

This commit is contained in:
DemigodCode 2021-03-17 14:20:55 +01:00 committed by Nicolas Grekas
parent 692c6296d7
commit 37b2a19989

View File

@ -27,6 +27,9 @@ use Symfony\Component\VarDumper\Server\DumpServer;
*/
class ServerDumpPlaceholderCommand extends Command
{
protected static $defaultName = 'server:dump';
protected static $defaultDescription = 'Start a dump server that collects and displays dumps in a single place';
private $replacedCommand;
public function __construct(DumpServer $server = null, array $descriptors = [])