Skip to content

Commit

Permalink
Fix docblock information after Smarty 5 namespace changes (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfruehauf committed Mar 27, 2024
1 parent 1da30e7 commit 28e11b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TemplateBase.php
Expand Up @@ -377,9 +377,9 @@ public function registerDefaultTemplateHandler($callback) {
* 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()
Expand Down

0 comments on commit 28e11b1

Please sign in to comment.