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 8bb3a28 + f577800 commit 95d3937Copy full SHA for 95d3937
src/DbalMigrator.php
@@ -81,7 +81,7 @@ private function assertAllMigrationsAreTransactional(MigrationPlanList $migratio
81
/** @return array<string, Query[]> */
82
private function executePlan(MigrationPlanList $migrationsPlan, MigratorConfiguration $migratorConfiguration): array
83
{
84
- $sql = [];
+ $sql = [];
85
86
foreach ($migrationsPlan->getItems() as $plan) {
87
$versionExecutionResult = $this->executor->execute($plan, $migratorConfiguration);
0 commit comments