Skip to content

Commit

Permalink
Merge pull request #377 from Nyholm/patch-3
Browse files Browse the repository at this point in the history
Finished in Xs
  • Loading branch information
mikeSimonson committed Nov 17, 2015
2 parents a2f372d + 8f3877c commit 5a6e0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Migrations/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function migrate($to = null, $dryRun = false, $timeAllQueries = false)
}

$this->outputWriter->write("\n <comment>------------------------</comment>\n");
$this->outputWriter->write(sprintf(" <info>++</info> finished in %s", $time));
$this->outputWriter->write(sprintf(" <info>++</info> finished in %ss", $time));
$this->outputWriter->write(sprintf(" <info>++</info> %s migrations executed", count($migrationsToExecute)));
$this->outputWriter->write(sprintf(" <info>++</info> %s sql queries", count($sql, true) - count($sql)));

Expand Down

0 comments on commit 5a6e0a2

Please sign in to comment.