Skip to content

Commit d7cc7e5

Browse files
committed
stan fix
1 parent f0c0502 commit d7cc7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DumpSchemaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function configure(): void
3939
->addOption('output', 'o', InputOption::VALUE_REQUIRED, 'Write output to file');
4040
}
4141

42-
protected function execute(InputInterface $input, OutputInterface $output)
42+
protected function execute(InputInterface $input, OutputInterface $output): int
4343
{
4444
$io = new SymfonyStyle($input, $output);
4545

0 commit comments

Comments
 (0)