We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da0e17 commit 031a793Copy full SHA for 031a793
Command/ServerDumpCommand.php
@@ -95,5 +95,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
95
$this->server->listen(function (Data $data, array $context, int $clientId) use ($descriptor, $io) {
96
$descriptor->describe($io, $data, $context, $clientId);
97
});
98
+
99
+ return 0;
100
}
101
0 commit comments