Removed useless todo annotation

This commit is contained in:
Kévin Gomez 2013-11-04 12:38:38 +00:00
parent 545677c361
commit 55612018f2

View file

@ -32,7 +32,6 @@ class ModelBuildCommand extends AbstractCommand
->addOption('connection', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL, 'Connection to use. Example: default, bookstore')
->addArgument('bundle', InputArgument::OPTIONAL, 'The bundle to generate model classes from')
// @todo add the other arguments/options handled by the command
;
}