Completed
Pull Request — master (#1005)
by Asmir
06:55
created
lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 namespace Doctrine\Migrations\Tools\Console\Command;
6 6
 
7 7
 use Doctrine\Migrations\Exception\NoMigrationsFoundWithCriteria;
8
-use Doctrine\Migrations\Exception\NoMigrationsToExecute;
9
-use Doctrine\Migrations\Exception\UnknownMigrationVersion;
10 8
 use Doctrine\Migrations\Metadata\ExecutedMigrationsList;
11 9
 use Symfony\Component\Console\Formatter\OutputFormatter;
12 10
 use Symfony\Component\Console\Input\InputArgument;
Please login to merge, or discard this patch.