Skip to content

Commit 4fe0799

Browse files
Merge pull request #54795 from nextcloud/fix/psalm-repair-mime-types
fix(RepairMimeTypes): Fix psalm issue
2 parents 2f2049c + a38cb61 commit 4fe0799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Repair/RepairMimeTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public function run(IOutput $output): void {
479479
}
480480

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

485485
if (!$this->dryRun) {

0 commit comments

Comments
 (0)