fix(RepairMimeTypes): Fix psalm issue

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2025-09-02 10:21:39 +02:00
parent 2f2049cbeb
commit a38cb61d4d

View file

@ -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) {