mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12692] Update doc blocks
PHPBB3-12692
This commit is contained in:
parent
d517ed846b
commit
074dfdbdfe
4 changed files with 8 additions and 2 deletions
|
@ -308,7 +308,7 @@ $lang = array_merge($lang, array(
|
|||
|
||||
'SHOW_ALL_OPERATIONS' => 'Show all operations',
|
||||
|
||||
'TASKS_NOT_READY' => 'Not ready tasks:',
|
||||
'TASKS_NOT_READY' => 'Not ready tasks:',
|
||||
'TASKS_READY' => 'Ready tasks:',
|
||||
'TOTAL_SIZE' => 'Total size',
|
||||
|
||||
|
|
|
@ -61,7 +61,9 @@ class delete extends \phpbb\console\command\command
|
|||
/**
|
||||
* Executes the command thumbnail:delete.
|
||||
*
|
||||
* @param InputInterface $input The input stream used to get the argument and verboe option.
|
||||
* Delete all the existing thumbnails (and update the database in consequences).
|
||||
*
|
||||
* @param InputInterface $input The input stream used to get the argument and verbose option.
|
||||
* @param OutputInterface $output The output stream, used for printing verbose-mode and error information.
|
||||
*
|
||||
* @return int 0 if all is ok, 1 if a thumbnail couldn't be deleted.
|
||||
|
|
|
@ -74,6 +74,8 @@ class generate extends \phpbb\console\command\command
|
|||
/**
|
||||
* Executes the command thumbnail:generate.
|
||||
*
|
||||
* Generate a thumbnail for all attachments which need one and don't have it yet.
|
||||
*
|
||||
* @param InputInterface $input The input stream used to get the argument and verboe option.
|
||||
* @param OutputInterface $output The output stream, used for printing verbose-mode and error information.
|
||||
*
|
||||
|
|
|
@ -48,6 +48,8 @@ class recreate extends \phpbb\console\command\command
|
|||
/**
|
||||
* Executes the command thumbnail:recreate.
|
||||
*
|
||||
* This command is a "macro" to execute thumbnail:delete and then thumbnail:generate.
|
||||
*
|
||||
* @param InputInterface $input The input stream used to get the argument and verboe option.
|
||||
* @param OutputInterface $output The output stream, used for printing verbose-mode and error information.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue