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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/42011/head
Joas Schilling 6 months ago
parent 2a0daf7aff
commit b6e9132a5a
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

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

Loading…
Cancel
Save