diff --git a/apps/workflowengine/lib/Check/FileMimeType.php b/apps/workflowengine/lib/Check/FileMimeType.php index 220b516f5c01c..8d07ea62fc93d 100644 --- a/apps/workflowengine/lib/Check/FileMimeType.php +++ b/apps/workflowengine/lib/Check/FileMimeType.php @@ -83,7 +83,7 @@ public function setFileInfo(IStorage $storage, $path) { * @param string $mimeType * @return string */ - protected function cacheAndReturnMimeType(string $storageId, string $path, string $mimeType): string { + protected function cacheAndReturnMimeType(string $storageId, $path, string $mimeType): string { if ($path !== null && $this->storage->file_exists($path)) { $this->mimeType[$storageId][$path] = $mimeType; }