mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(metadata): Fix copy-paste doc block throws
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2a0daf7aff
commit
b6e9132a5a
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ interface IFilesMetadataManager {
|
|||
*
|
||||
* @return array File ID is the array key, files without metadata are not returned in the array
|
||||
* @psalm-return array<int, IFilesMetadata>
|
||||
* @throws FilesMetadataNotFoundException if not found
|
||||
* @since 28.0.0
|
||||
*/
|
||||
public function getMetadataForFiles(array $fileIds): array;
|
||||
|
|
|
|||
Loading…
Reference in a new issue