summaryrefslogtreecommitdiff
path: root/src/ste/TagNode.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/TagNode.php')
-rw-r--r--src/ste/TagNode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ste/TagNode.php b/src/ste/TagNode.php
index 18567b2..cef4220 100644
--- a/src/ste/TagNode.php
+++ b/src/ste/TagNode.php
@@ -8,10 +8,10 @@ class TagNode extends ASTNode
public $name;
/** @var ASTNode[][] */
- public $params = array();
+ public $params = [];
/** @var ASTNode[] */
- public $sub = array();
+ public $sub = [];
/**
* @param string $tpl