mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-03 22:01:36 +01:00
Fix scoping / global state problems in tests by using DI in Default Extension. Also removing a bunch of old fashioned phpdoc annotations that are superseded by namespaces.
This commit is contained in:
@@ -7,8 +7,8 @@ use Smarty\TemplateBase;
|
||||
/**
|
||||
* TplFunction Runtime Methods callTemplateFunction
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage PluginsInternal
|
||||
|
||||
|
||||
* @author Uwe Tews
|
||||
**/
|
||||
class TplFunctionRuntime {
|
||||
|
||||
Reference in New Issue
Block a user