Skip to content

Commit 6266b5f

Browse files
committed
[master] Fix broken console command
1 parent 3c6057c commit 6266b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • phpBB/phpbb/console/command/attachments

phpBB/phpbb/console/command/attachments/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected function configure()
9191
*
9292
* @return int 0 if all is ok, 1 otherwise
9393
*/
94-
protected function execute(InputInterface $input, OutputInterface $output)
94+
protected function execute(InputInterface $input, OutputInterface $output): int
9595
{
9696
$dry_run = $input->getOption('dry-run');
9797

0 commit comments

Comments
 (0)