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 28bfecf commit 4259bd0Copy full SHA for 4259bd0
src/Console/Command/CompareSourceCommand.php
@@ -110,7 +110,7 @@ protected function configure()
110
/**
111
* @inheritdoc
112
*/
113
- protected function execute(InputInterface $input, OutputInterface $cliOutput)
+ protected function execute(InputInterface $input, OutputInterface $cliOutput): int
114
{
115
$sourceBeforeDirArg = $input->getArgument('source-before');
116
$sourceBeforeDir = realpath($sourceBeforeDirArg);
0 commit comments