1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12683] Add progress bar to delete index

PHPBB3-12683
This commit is contained in:
rubencm
2021-03-24 19:25:03 +01:00
committed by Ruben Calvo
parent 75bdbcf4fe
commit c2f3ba44bd
4 changed files with 22 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ class create extends command
*
* @return int 0 if all is well, 1 if any errors occurred
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$io = new SymfonyStyle($input, $output);