diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 09:27:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 09:27:35 +0000 |
commit | 7d75d0cfbdca9914814dd5c8390a45eaf377b48d (patch) | |
tree | 83213d967c19006c38685a45a9f9459f48e9a43d /vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php | |
parent | 5468de2c6ad5187cd51201cda929c3e54cc2938f (diff) | |
download | volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.tar.gz volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.tar.bz2 volse-hubzilla-7d75d0cfbdca9914814dd5c8390a45eaf377b48d.zip |
composer update smarty to version 4.1
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php')
-rw-r--r-- | vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php b/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php index f7ad39b93..8833aa52c 100644 --- a/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php +++ b/vendor/smarty/smarty/libs/sysplugins/smartycompilerexception.php @@ -16,12 +16,12 @@ class SmartyCompilerException extends SmartyException } /** - * The line number of the template error - * - * @type int|null + * @param int $line */ - public $line = null; - + public function setLine($line) + { + $this->line = $line; + } /** * The template source snippet relating to the error * |