aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php')
-rw-r--r--vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
index b3e202efb..9f7678526 100644
--- a/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
+++ b/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
@@ -16,7 +16,6 @@
*/
abstract class Smarty_Internal_ParseTree
{
-
/**
* Buffer content
*
@@ -48,7 +47,4 @@ abstract class Smarty_Internal_ParseTree
$this->data = null;
$this->subtrees = null;
}
-
}
-
-