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 f0c0502 commit d7cc7e5Copy full SHA for d7cc7e5
Command/DumpSchemaCommand.php
@@ -39,7 +39,7 @@ protected function configure(): void
39
->addOption('output', 'o', InputOption::VALUE_REQUIRED, 'Write output to file');
40
}
41
42
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
43
{
44
$io = new SymfonyStyle($input, $output);
45
0 commit comments