Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrankiewicz committed Oct 24, 2024
1 parent d825c14 commit be177d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/Storage/TableMetadataStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@ private function isAlreadyV3Format(AvailableMigration $availableMigration, Execu
(string) $availableMigration->getVersion(),
(string) $executedMigration->getVersion(),
) !== strlen((string) $availableMigration->getVersion()) -
strlen((string) $executedMigration->getVersion());
strlen((string) $executedMigration->getVersion());
}
}

0 comments on commit be177d2

Please sign in to comment.