Skip to content

Commit

Permalink
docs: Use proper return type for custom template listing
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Jan 15, 2025
1 parent 7689588 commit 1202843
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 1202843

Please sign in to comment.