From b8415eb0994cde458a6e1e6a7436d0c1409e4477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Mon, 4 Nov 2013 12:39:14 +0000 Subject: [PATCH] Removed another useless todo annotation --- Command/SqlBuildCommand.php | 1 - 1 file changed, 1 deletion(-) 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 ; }