summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smartycompilerexception.php
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-02-09 01:27:15 +0100
committeruwetews <uwe.tews@googlemail.com>2016-02-09 01:27:15 +0100
commitb04486a091558a2b1280e3ee7fb90758e9a32230 (patch)
treeddb15a12dba78e6873a348acd25f872429e210d2 /libs/sysplugins/smartycompilerexception.php
parentc59ca44b9ff62a7f54e30409514834a8529780ca (diff)
downloadsmarty-b04486a091558a2b1280e3ee7fb90758e9a32230.tar.gz
smarty-b04486a091558a2b1280e3ee7fb90758e9a32230.tar.bz2
smarty-b04486a091558a2b1280e3ee7fb90758e9a32230.zip
- reformat all code for unique style
Diffstat (limited to 'libs/sysplugins/smartycompilerexception.php')
-rw-r--r--libs/sysplugins/smartycompilerexception.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/sysplugins/smartycompilerexception.php b/libs/sysplugins/smartycompilerexception.php
index 4d5d7787..763bab15 100644
--- a/libs/sysplugins/smartycompilerexception.php
+++ b/libs/sysplugins/smartycompilerexception.php
@@ -18,18 +18,21 @@ class SmartyCompilerException extends SmartyException
* @type int|null
*/
public $line = null;
+
/**
* The template source snippet relating to the error
*
* @type string|null
*/
public $source = null;
+
/**
* The raw text of the error message
*
* @type string|null
*/
public $desc = null;
+
/**
* The resource identifier or template name
*