- reformat all code for unique style

This commit is contained in:
uwetews
2016-02-09 01:27:15 +01:00
parent c59ca44b9f
commit b04486a091
163 changed files with 3259 additions and 2713 deletions
@@ -32,7 +32,7 @@ class Smarty_Internal_Method_ClearConfig
public function clearConfig(Smarty_Internal_Data $data, $name = null)
{
if (isset($name)) {
unset($data->config_vars[$name]);
unset($data->config_vars[ $name ]);
} else {
$data->config_vars = array();
}