From 12028430bd199c259fcb1911c8aef684687d8065 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Wed, 15 Jan 2025 12:18:29 +0100 Subject: [PATCH] docs: Use proper return type for custom template listing Signed-off-by: Julius Knorr --- lib/public/Files/Template/ICustomTemplateProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Files/Template/ICustomTemplateProvider.php b/lib/public/Files/Template/ICustomTemplateProvider.php index 305f2c9a55eae..6136bc4f1c0b8 100644 --- a/lib/public/Files/Template/ICustomTemplateProvider.php +++ b/lib/public/Files/Template/ICustomTemplateProvider.php @@ -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;