summaryrefslogtreecommitdiff
path: root/src/ste/STECore.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/STECore.php')
-rw-r--r--src/ste/STECore.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ste/STECore.php b/src/ste/STECore.php
index f00a4f4..9274587 100644
--- a/src/ste/STECore.php
+++ b/src/ste/STECore.php
@@ -63,10 +63,10 @@ class STECore
$this->storage_access = $storage_access;
$this->cur_tpl_dir = "/";
STEStandardLibrary::_register_lib($this);
- $this->blockorder = array();
- $this->blocks = array();
+ $this->blockorder = [];
+ $this->blocks = [];
- $this->vars = array();
+ $this->vars = [];
$this->scope = new Scope();
$this->scope->vars =& $this->vars;
}