Overrides Command::__construct
public function __construct(DumpServer $server, array $descriptors = []) { $this->descriptors = $descriptors + [ 'cli' => new CliDescriptor(new CliDumper()), 'html' => new HtmlDescriptor(new HtmlDumper()), ]; parent::__construct(); }