mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 03:40:53 +02:00
- update for PHP 5.4 compatibility
- reformat source to PSR-2 standard
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
* @package Smarty
|
||||
* @subpackage TemplateResources
|
||||
*/
|
||||
class Smarty_Internal_Resource_Extends extends Smarty_Resource {
|
||||
|
||||
class Smarty_Internal_Resource_Extends extends Smarty_Resource
|
||||
{
|
||||
/**
|
||||
* mbstring.overload flag
|
||||
*
|
||||
@@ -158,5 +158,3 @@ class Smarty_Internal_Resource_Extends extends Smarty_Resource {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user