Skip to content

Commit 4ba423c

Browse files
Merge branch '4.4'
* 4.4: Add more return types after fixing a typo in my script
2 parents 2b17d02 + 35c3ef1 commit 4ba423c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ServerDumpPlaceholderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function configure()
4343
$this->setDescription($this->replacedCommand->getDescription());
4444
}
4545

46-
protected function execute(InputInterface $input, OutputInterface $output)
46+
protected function execute(InputInterface $input, OutputInterface $output): int
4747
{
4848
(new SymfonyStyle($input, $output))->getErrorStyle()->warning('In order to use the VarDumper server, set the "debug.dump_destination" config option to "tcp://%env(VAR_DUMPER_SERVER)%"');
4949

0 commit comments

Comments
 (0)