Skip to content

Commit

Permalink
chore: fix psalm errors
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jan 21, 2025
1 parent 562f2b8 commit 2d14c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Conversion/ConversionProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ private function getMimeInfoFor(string $targetMimeType): ?array {
if ($mimeType === $targetMimeType) {
return [
'to' => $mimeType,
...$mimeInfo,
'extension' => $mimeInfo['extension'],
'displayName' => $mimeInfo['displayName'],
];
}
}
Expand Down

0 comments on commit 2d14c5d

Please sign in to comment.