Merge pull request #50196 from nextcloud/fix/template-return-type

docs: Use proper return type for custom template listing
pull/49443/head
Arthur Schiwon 2025-01-16 12:31:38 +07:00 committed by GitHub
commit 8998e77c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ interface ICustomTemplateProvider {
/**
* Return a list of additional templates that the template provider is offering
*
* @return File[]
* @return Template[]
* @since 21.0.0
*/
public function getCustomTemplates(string $mimetype): array;