From 3f871f9f7ac61c03b04855d7b73c45fb772abf7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=BChauf?= Date: Wed, 27 Mar 2024 11:47:42 +0100 Subject: [PATCH] Fix docblock information after Smarty 5 namespace changes (#968) --- src/TemplateBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TemplateBase.php b/src/TemplateBase.php index a2a420c0..4dab470f 100644 --- a/src/TemplateBase.php +++ b/src/TemplateBase.php @@ -377,9 +377,9 @@ abstract class TemplateBase extends Data { * Registers a resource to fetch a template * * @param string $name name of resource type - * @param Smarty\Resource\Base $resource_handler instance of Smarty\Resource\Base + * @param \Smarty\Resource\BasePlugin $resource_handler instance of Smarty\Resource\BasePlugin * - * @return \Smarty|\Smarty\Template + * @return \Smarty\Smarty|\Smarty\Template * @link https://www.smarty.net/docs/en/api.register.resource.tpl * * @api Smarty::registerResource()