mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
docs: Use proper return type for custom template listing
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
7689588589
commit
12028430bd
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