fix(metadata): Fix copy-paste doc block throws

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-12-04 14:57:32 +01:00
parent 4ce175b88f
commit c6acd3f8ec
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View 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;