Skip to content

Commit f577800

Browse files
committed
Merge remote-tracking branch 'origin/3.7.x' into 3.8.x
2 parents 8bb3a28 + 76a1573 commit f577800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DbalMigrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private function assertAllMigrationsAreTransactional(MigrationPlanList $migratio
8181
/** @return array<string, Query[]> */
8282
private function executePlan(MigrationPlanList $migrationsPlan, MigratorConfiguration $migratorConfiguration): array
8383
{
84-
$sql = [];
84+
$sql = [];
8585

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

0 commit comments

Comments
 (0)