Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DebugBundle] Add $defaultName to PlaceholderCommand
  • Loading branch information
DemigodCode authored and nicolas-grekas committed Mar 17, 2021
commit 37b2a19989b98215dd66bb10a6668f6e79f28e2f
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
*/
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 = [])
Expand Down