Add space after cast

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-05-01 17:55:42 +02:00 committed by GitHub
parent d7f0e5c147
commit 4eee8aa118
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ class FavoriteProvider implements IProvider {
}
$parameter = [
'type' => 'file',
'id' => (string)$subjectParams['id'],
'id' => (string) $subjectParams['id'],
'name' => basename($subjectParams['path']),
'path' => trim($subjectParams['path'], '/'),
'link' => $this->url->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $subjectParams['id']]),