docs: Use proper return type for custom template listing

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr 2025-01-15 12:18:29 +01:00
parent 7689588589
commit 12028430bd
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

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