1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12602] Add types, change description of cron:list.

PHPBB3-12602
This commit is contained in:
Etienne Baroux
2014-06-05 15:11:15 +02:00
parent f119e060b7
commit c6999481e7
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ class cron_list extends \phpbb\console\command\command
}
}
public function print_tasks_names($tasks, $output)
protected function print_tasks_names(array $tasks, OutputInterface $output)
{
foreach ($tasks as $task)
{