mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 03:40:53 +02:00
- reformat all code for unique style
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user