From f98ba948c4875a994fbf6a5d9e9faafa2317cf3e Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 8 Aug 2022 18:02:25 +0200 Subject: [PATCH] Remove space line for consistency --- libs/sysplugins/smarty_security.php | 1 - libs/sysplugins/smartycompilerexception.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 *