Skip to content

Commit

Permalink
Merge pull request #50196 from nextcloud/fix/template-return-type
Browse files Browse the repository at this point in the history
docs: Use proper return type for custom template listing
  • Loading branch information
blizzz authored Jan 16, 2025
2 parents f40dd53 + 1202843 commit 8998e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Files/Template/ICustomTemplateProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8998e77

Please sign in to comment.