We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c0280 commit cc4367eCopy full SHA for cc4367e
src/AntiMattr/MongoDB/Migrations/Migration.php
@@ -81,7 +81,7 @@ public function migrate($to = null)
81
82
$time = 0;
83
foreach ($migrationsToExecute as $version) {
84
- $versionSql = $version->execute($direction);
+ $version->execute($direction);
85
$time += $version->getTime();
86
}
87
src/AntiMattr/MongoDB/Migrations/Version.php
@@ -167,7 +167,7 @@ public function analyze(Collection $collection)
167
168
169
/**
170
- * Execute this migration version up or down and and return the SQL.
+ * Execute this migration version up or down
171
*
172
* @param string $direction The direction to execute the migration
173
* @param bool $replay If the migration is being replayed
0 commit comments