Skip to content

Commit

Permalink
Change description message on internal migration
Browse files Browse the repository at this point in the history
First step to address #258
  • Loading branch information
theseer committed May 18, 2020
1 parent 0f2f99d commit e3456e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/services/migration/HomePharsXmlMigration.php
Expand Up @@ -16,14 +16,11 @@ public function mustMigrate(): bool {
}

public function getDescription(): string {
return 'Change the name of the list of all installed Phars file.';
return 'Rename internal storage file from `phars.xml` to `registry.xml`.';
}

protected function doMigrate(Filename $legacy, Filename $new): void {
$new->putContent($legacy->read()->getContent());
}

protected function getFileDescription(): string {
return 'list of installed phars';
}
}

0 comments on commit e3456e6

Please sign in to comment.