mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
This commit is contained in:
@@ -223,7 +223,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'BACK' => 'Back',
|
||||
|
||||
'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.',
|
||||
'CLI_DESCRIPTION_CRON_LIST' => 'Print the cron list.',
|
||||
'CLI_DESCRIPTION_CRON_RUN' => 'Runs all ready cron tasks.',
|
||||
'CLI_DESCRIPTION_CRON_RUN_ARGUMENT_1' => 'Name of the task to be run',
|
||||
|
||||
|
@@ -88,3 +88,4 @@ class cron_list extends \phpbb\console\command\command
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user