Skip to content

Commit

Permalink
Merge pull request #1424 from greg0ire/3.8.x
Browse files Browse the repository at this point in the history
Merge 3.7.x up into 3.8.x
  • Loading branch information
greg0ire committed Apr 22, 2024
2 parents 8bb3a28 + f577800 commit 95d3937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbalMigrator.php
Expand Up @@ -81,7 +81,7 @@ private function assertAllMigrationsAreTransactional(MigrationPlanList $migratio
/** @return array<string, Query[]> */
private function executePlan(MigrationPlanList $migrationsPlan, MigratorConfiguration $migratorConfiguration): array
{
$sql = [];
$sql = [];

foreach ($migrationsPlan->getItems() as $plan) {
$versionExecutionResult = $this->executor->execute($plan, $migratorConfiguration);
Expand Down

0 comments on commit 95d3937

Please sign in to comment.