mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #50196 from nextcloud/fix/template-return-type
docs: Use proper return type for custom template listing
This commit is contained in:
commit
8998e77c9d
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue