From eab8a101e7a3fcbb41e01a574985e06c5a3775de Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:40:38 +0200 Subject: Updating Smarty --- lib/smarty3/sysplugins/smartyexception.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/smarty3/sysplugins/smartyexception.php') diff --git a/lib/smarty3/sysplugins/smartyexception.php b/lib/smarty3/sysplugins/smartyexception.php index 431d8f8..7f7b9aa 100644 --- a/lib/smarty3/sysplugins/smartyexception.php +++ b/lib/smarty3/sysplugins/smartyexception.php @@ -9,6 +9,9 @@ class SmartyException extends Exception { public static $escape = false; + /** + * @return string + */ public function __toString() { return ' --> Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- '; -- cgit v1.2.3