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 c4bb11e commit a3aebdbCopy full SHA for a3aebdb
src/Component/PharUpdate/Console/Command.php
@@ -102,7 +102,7 @@ protected function configure()
102
/**
103
* {@inheritdoc}
104
*/
105
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
106
{
107
if (null === $this->manifestUri) {
108
throw new LogicException(
0 commit comments