Skip to content

Commit

Permalink
fix(metadata): Fix copy-paste doc block throws
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Dec 4, 2023
1 parent 4ce175b commit c6acd3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/public/FilesMetadata/IFilesMetadataManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function getMetadata(int $fileId, bool $generate = false): IFilesMetadata
*
* @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;
Expand Down

0 comments on commit c6acd3f

Please sign in to comment.