Skip to content

Commit 13eecbb

Browse files
Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Fix copy-paste doc block throws
2 parents 3f6c199 + b6e9132 commit 13eecbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/public/FilesMetadata/IFilesMetadataManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function getMetadata(int $fileId, bool $generate = false): IFilesMetadata
8989
*
9090
* @return array File ID is the array key, files without metadata are not returned in the array
9191
* @psalm-return array<int, IFilesMetadata>
92-
* @throws FilesMetadataNotFoundException if not found
9392
* @since 28.0.0
9493
*/
9594
public function getMetadataForFiles(array $fileIds): array;

0 commit comments

Comments
 (0)