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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user