feat(mimetypes): Fixed copy paste error

This commit is contained in:
Benjamin Giesinger 2025-03-25 18:38:39 +01:00
parent 68d45006cd
commit 3c8198a721
No known key found for this signature in database
GPG key ID: B6DBD6AE89DC6CF5

View file

@ -342,6 +342,7 @@ class RepairMimeTypes implements IRepairStep {
* @since 32.0.0
*/
private function introduceMusicxmlType(): IResult|int|null {
$updatedMimetypes = [
'mxl' => 'application/vnd.recordare.musicxml',
'musicxml' => 'application/vnd.recordare.musicxml+xml',
];