mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-07 17:54:38 +02: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:
@@ -6,8 +6,8 @@ namespace Smarty;
|
||||
* class for undefined variable object
|
||||
* This class defines an object for undefined variable handling
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage Template
|
||||
|
||||
|
||||
*/
|
||||
class UndefinedVariable extends Variable {
|
||||
|
||||
|
Reference in New Issue
Block a user