Skip to content

Commit 95d3937

Browse files
authored
Merge pull request #1424 from greg0ire/3.8.x
Merge 3.7.x up into 3.8.x
2 parents 8bb3a28 + f577800 commit 95d3937

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)