Skip to content

Commit

Permalink
Merge pull request smarty-gettext#19 from kumy/issue-18
Browse files Browse the repository at this point in the history
Fix Symfony 5 compatibility
  • Loading branch information
glensc authored Nov 11, 2020
2 parents 4193d14 + 9247edb commit cb0dc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/Command/Extract.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function configure()
/**
* @param InputInterface $input
* @param OutputInterface $output
* @return void
* @return int
* @throws FileNotReadableException
* @throws FileNotWritableException
* @throws InvalidArgumentException
Expand Down Expand Up @@ -92,6 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

$output->writeln('<info>Done</info>');
return 0;
}

/**
Expand Down

0 comments on commit cb0dc95

Please sign in to comment.