1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/12692] Update doc blocks

PHPBB3-12692
This commit is contained in:
Tristan Darricau
2014-06-13 15:46:09 +02:00
committed by Tristan Darricau
parent d517ed846b
commit 074dfdbdfe
4 changed files with 8 additions and 2 deletions

View File

@@ -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.