mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 14:16:52 -04:00
fix(RepairMimeTypes): Fix psalm issue
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
2f2049cbeb
commit
a38cb61d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue