- update for PHP 5.4 compatibility

- reformat source to PSR-2 standard
This commit is contained in:
Uwe.Tews@googlemail.com
2013-07-14 22:15:45 +00:00
parent f99e6a83ce
commit 00ccae8857
126 changed files with 5232 additions and 5186 deletions
@@ -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 {
}
}
?>