summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Frühauf <m.fruehauf@gmail.com>2024-03-27 11:47:42 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-03-27 22:55:23 +0100
commit3f871f9f7ac61c03b04855d7b73c45fb772abf7a (patch)
treeb42b0a696cb0baa5c5f570f41b1c478b8531dc99
parente161babbd49840de2ae7a5e358e59f52d66c1f0a (diff)
downloadsmarty-3f871f9f7ac61c03b04855d7b73c45fb772abf7a.tar.gz
smarty-3f871f9f7ac61c03b04855d7b73c45fb772abf7a.tar.bz2
smarty-3f871f9f7ac61c03b04855d7b73c45fb772abf7a.zip
Fix docblock information after Smarty 5 namespace changes (#968)
-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()