mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483
This commit is contained in:
@@ -32,7 +32,7 @@ class Smarty_Internal_Method_SetDefaultModifiers
|
||||
public function setDefaultModifiers(Smarty_Internal_TemplateBase $obj, $modifiers)
|
||||
{
|
||||
$smarty = $obj->_getSmartyObj();
|
||||
$smarty->default_modifiers = (array) $modifiers;
|
||||
$smarty->default_modifiers = (array)$modifiers;
|
||||
return $obj;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user