add some phpdoc

This commit is contained in:
Manuel Raynaud
2013-09-01 11:32:05 +02:00
parent 6d5d0f6606
commit ef8e98d415
31 changed files with 178 additions and 2 deletions

View File

@@ -30,6 +30,13 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Filesystem;
/**
* generate sql for a specific module
*
* Class ModuleGenerateSqlCommand
* @package Thelia\Command
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class ModuleGenerateSqlCommand extends BaseModuleGenerate
{
public function configure()