Skip to content

Commit

Permalink
function type declaration compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zenn1989 committed Aug 12, 2022
1 parent dd0959f commit f3f3a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function confirm($question, $default = false)
* @param OutputInterface $output
* @return int
*/
public function run(InputInterface $input, OutputInterface $output)
public function run(InputInterface $input, OutputInterface $output): int
{
$this->input = $input;
$this->output = $output;
Expand Down

0 comments on commit f3f3a28

Please sign in to comment.