Fix docblock information after Smarty 5 namespace changes (#968)

This commit is contained in:
Markus Frühauf
2024-03-27 11:47:42 +01:00
committed by Simon Wisselink
parent e161babbd4
commit 3f871f9f7a

View File

@@ -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()