[ticket/12692] Update comments

PHPBB3-12692
This commit is contained in:
Tristan Darricau 2014-06-17 22:14:26 +02:00 committed by Tristan Darricau
parent ed0e159080
commit 3f0fa70e3a

View file

@ -61,7 +61,7 @@ class delete extends \phpbb\console\command\command
/** /**
* Executes the command thumbnail:delete. * Executes the command thumbnail:delete.
* *
* Delete all the existing thumbnails (and update the database in consequences). * Deletes all existing thumbnails and updates the database accordingly.
* *
* @param InputInterface $input The input stream used to get the argument and verbose option. * @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. * @param OutputInterface $output The output stream, used for printing verbose-mode and error information.