Skip to content

Commit 031a793

Browse files
Nyholmnicolas-grekas
authored andcommitted
Fixed bugs found by psalm
1 parent 0da0e17 commit 031a793

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Command/ServerDumpCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9595
$this->server->listen(function (Data $data, array $context, int $clientId) use ($descriptor, $io) {
9696
$descriptor->describe($io, $data, $context, $clientId);
9797
});
98+
99+
return 0;
98100
}
99101
}

0 commit comments

Comments
 (0)