mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-09 00:31:45 +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:
@@ -2,8 +2,8 @@
|
||||
/**
|
||||
* Smarty Resource Plugin
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage TemplateResources
|
||||
|
||||
|
||||
* @author Rodney Rehm
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,8 @@ use Smarty\Template\Compiled;
|
||||
* Smarty Resource Plugin
|
||||
* Base implementation for resource plugins that don't compile cache
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage TemplateResources
|
||||
|
||||
|
||||
*/
|
||||
abstract class RecompiledPlugin extends BasePlugin {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user