Removed another useless todo annotation

This commit is contained in:
Kévin Gomez 2013-11-04 12:39:14 +00:00
commit b8415eb099

View file

@ -30,7 +30,6 @@ class SqlBuildCommand extends AbstractCommand
->setDescription('Build SQL files')
->addOption('connection', null, InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL, 'Connection to use. Example: default, bookstore')
// @todo add the other arguments/options handled by the command
;
}