diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-02-09 01:27:15 +0100 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-02-09 01:27:15 +0100 |
| commit | b04486a091558a2b1280e3ee7fb90758e9a32230 (patch) | |
| tree | ddb15a12dba78e6873a348acd25f872429e210d2 /libs/sysplugins/smartycompilerexception.php | |
| parent | c59ca44b9ff62a7f54e30409514834a8529780ca (diff) | |
| download | smarty-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.php | 3 |
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 * |
