mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Merge pull request #42011 from nextcloud/techdebt/noid/allow-to-load-multiple-metadata-with-1-query
fix(metadata): Fix copy-paste doc block throws
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user