fix(RepairMimeTypes): Fix psalm issue

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/54795/head
Marcel Klehr 12 months ago
parent 2f2049cbeb
commit a38cb61d4d
  1. 2
      lib/private/Repair/RepairMimeTypes.php

@ -479,7 +479,7 @@ class RepairMimeTypes implements IRepairStep {
}
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) {

Loading…
Cancel
Save