diff --git a/libs/sysplugins/smarty_security.php b/libs/sysplugins/smarty_security.php index 3c29c813..cb48cf8b 100644 --- a/libs/sysplugins/smarty_security.php +++ b/libs/sysplugins/smarty_security.php @@ -21,7 +21,6 @@ */ class Smarty_Security { - /** * This is the list of template directories that are considered secure. * $template_dir is in this list implicitly. diff --git a/libs/sysplugins/smartycompilerexception.php b/libs/sysplugins/smartycompilerexception.php index 8833aa52..bb08ecb7 100644 --- a/libs/sysplugins/smartycompilerexception.php +++ b/libs/sysplugins/smartycompilerexception.php @@ -22,6 +22,7 @@ class SmartyCompilerException extends SmartyException { $this->line = $line; } + /** * The template source snippet relating to the error *