From: Joas Schilling Date: Mon, 4 Dec 2023 13:57:32 +0000 (+0100) Subject: fix(metadata): Fix copy-paste doc block throws X-Git-Tag: v29.0.0beta1~704^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6e9132a5a40bfea592f69b1efb03672dfa6136b;p=nextcloud-server.git fix(metadata): Fix copy-paste doc block throws Signed-off-by: Joas Schilling --- diff --git a/lib/public/FilesMetadata/IFilesMetadataManager.php b/lib/public/FilesMetadata/IFilesMetadataManager.php index 184df2b0418..55feefc4f12 100644 --- a/lib/public/FilesMetadata/IFilesMetadataManager.php +++ b/lib/public/FilesMetadata/IFilesMetadataManager.php @@ -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 - * @throws FilesMetadataNotFoundException if not found * @since 28.0.0 */ public function getMetadataForFiles(array $fileIds): array;