Skip to content

Commit 7d45a51

Browse files
committed
[master] Fix another broken command ffs
1 parent 6266b5f commit 7d45a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • phpBB/phpbb/console/command/passwords

phpBB/phpbb/console/command/passwords/reset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function configure()
7070
*
7171
* @return int 0 if all is ok, 1 otherwise
7272
*/
73-
protected function execute(InputInterface $input, OutputInterface $output)
73+
protected function execute(InputInterface $input, OutputInterface $output): int
7474
{
7575
$dry_run = $input->getOption('dry-run');
7676

0 commit comments

Comments
 (0)