diff --git a/Command/SqlBuildCommand.php b/Command/SqlBuildCommand.php index 490ad18..be59a44 100644 --- a/Command/SqlBuildCommand.php +++ b/Command/SqlBuildCommand.php @@ -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 ; }