Skip to content

Commit

Permalink
Merge branch '9.6' into 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 18, 2024
2 parents 1183b64 + 76791ba commit e76fc20
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ final class MigrationBuilder
*/
public function build(string $fromVersion): array
{
if (!array_key_exists($fromVersion, self::AVAILABLE_MIGRATIONS)) {
throw new MigrationBuilderException(
sprintf(
'Migration from schema version %s is not supported',
$fromVersion,
),
);
}

$stack = [new UpdateSchemaLocation];

foreach (self::AVAILABLE_MIGRATIONS as $version => $migrations) {
Expand Down

0 comments on commit e76fc20

Please sign in to comment.