Skip to content

Commit a3aebdb

Browse files
committed
fix: add return type declaration to execute method
1 parent c4bb11e commit a3aebdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component/PharUpdate/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function configure()
102102
/**
103103
* {@inheritdoc}
104104
*/
105-
protected function execute(InputInterface $input, OutputInterface $output)
105+
protected function execute(InputInterface $input, OutputInterface $output): int
106106
{
107107
if (null === $this->manifestUri) {
108108
throw new LogicException(

0 commit comments

Comments
 (0)