Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.7.x' into 3.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 22, 2024
2 parents 8bb3a28 + 76a1573 commit f577800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbalMigrator.php
Original file line number Diff line number Diff line change
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 f577800

Please sign in to comment.