summaryrefslogtreecommitdiff
path: root/lib/smarty3/sysplugins/smartycompilerexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smarty3/sysplugins/smartycompilerexception.php')
-rw-r--r--lib/smarty3/sysplugins/smartycompilerexception.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/smarty3/sysplugins/smartycompilerexception.php b/lib/smarty3/sysplugins/smartycompilerexception.php
index 763bab1..f7ad39b 100644
--- a/lib/smarty3/sysplugins/smartycompilerexception.php
+++ b/lib/smarty3/sysplugins/smartycompilerexception.php
@@ -7,6 +7,9 @@
*/
class SmartyCompilerException extends SmartyException
{
+ /**
+ * @return string
+ */
public function __toString()
{
return ' --> Smarty Compiler: ' . $this->message . ' <-- ';