Completed
Push — master ( 0e495c...26cd23 )
by Asmir
13s queued 11s
created
lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +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 8
 use Doctrine\Migrations\Exception\UnknownMigrationVersion;
10 9
 use Doctrine\Migrations\Metadata\ExecutedMigrationsList;
11 10
 use Symfony\Component\Console\Formatter\OutputFormatter;
Please login to merge, or discard this patch.