Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(RepairMimeTypes): Fix psalm issue
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Sep 2, 2025
commit a38cb61d4dd74cfebac1ccde1c28e11aeb6cc192
2 changes: 1 addition & 1 deletion lib/private/Repair/RepairMimeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function run(IOutput $output): void {
}

if (version_compare($mimeTypeVersion, '32.0.0.0', '<') && $this->introduceTextType()) {
$out->info('Fixed text mime type');
$output->info('Fixed text mime type');
}

if (!$this->dryRun) {
Expand Down
Loading