summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarkus Frühauf <m.fruehauf@gmail.com>2024-03-27 11:47:42 +0100
committerGitHub <noreply@github.com>2024-03-27 11:47:42 +0100
commit28e11b114b22d2ebe9d84a8cdc3e97dae1893a3f (patch)
tree0f9a5744270b5d8f85bad54385639fd497292286 /src
parent1da30e76e835b2b8d0c8367fc3df0c5c5163688b (diff)
downloadsmarty-28e11b114b22d2ebe9d84a8cdc3e97dae1893a3f.tar.gz
smarty-28e11b114b22d2ebe9d84a8cdc3e97dae1893a3f.tar.bz2
smarty-28e11b114b22d2ebe9d84a8cdc3e97dae1893a3f.zip
Fix docblock information after Smarty 5 namespace changes (#968)
Diffstat (limited to 'src')
-rw-r--r--src/TemplateBase.php4
1 files 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()