Update of the PHPDoc header of the TableDropCommand class

This commit is contained in:
Maxime AILLOUD 2011-07-27 15:19:03 +02:00 committed by William DURAND
parent fd39223c7f
commit cbf4fe890c

View file

@ -9,10 +9,10 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
/**
* DatabaseDropCommand class.
* Useful to drop a database.
* TableDropCommand class.
* Useful to drop table in a database.
*
* @author William DURAND
* @author Maxime AILLOUD
*/
class TableDropCommand extends PhingCommand
{