mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-04 14:47:52 +02:00
[ticket/12602] Add types, change description of cron:list.
PHPBB3-12602
This commit is contained in:
parent
f119e060b7
commit
c6999481e7
@ -223,7 +223,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'BACK' => 'Back',
|
||||
|
||||
'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.',
|
||||
'CLI_DESCRIPTION_CRON_LIST' => 'Prints a list of ready and unready cron jobs.',
|
||||
'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.',
|
||||
'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run',
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user