Skip to content

Commit

Permalink
Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-…
Browse files Browse the repository at this point in the history
…multiple-metadata-with-1-query

fix(metadata): Fix copy-paste doc block throws
  • Loading branch information
AndyScherzinger authored Dec 5, 2023
2 parents 3f6c199 + b6e9132 commit 13eecbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/public/FilesMetadata/IFilesMetadataManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function getMetadata(int $fileId, bool $generate = false): IFilesMetadata
*
* @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;
Expand Down

0 comments on commit 13eecbb

Please sign in to comment.