]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(metadata): Fix copy-paste doc block throws 42011/head
authorJoas Schilling <coding@schilljs.com>
Mon, 4 Dec 2023 13:57:32 +0000 (14:57 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 4 Dec 2023 13:57:32 +0000 (14:57 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/FilesMetadata/IFilesMetadataManager.php

index 184df2b041837bada3a719ef524aaa90bfd21463..55feefc4f12b8a8a59084ab01d9d3f6c62b6b8c9 100644 (file)
@@ -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;