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.
2 parents a6ca614 + 9266256 commit 2751602Copy full SHA for 2751602
src/Check/DoctrineMigration.php
@@ -63,7 +63,7 @@ public function check(): ResultInterface
63
64
$notAvailableVersion = array_diff($migratedVersions, $availableVersions);
65
if (! empty($notAvailableVersion)) {
66
- return new Failure('Migrations applied which are not available', $notMigratedVersions);
+ return new Failure('Migrations applied which are not available', $notAvailableVersion);
67
}
68
69
return new Success();
0 commit comments