summaryrefslogtreecommitdiff
path: root/src/ste/ASTNode.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/ste/ASTNode.php')
-rw-r--r--src/ste/ASTNode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/ASTNode.php b/src/ste/ASTNode.php
index 3e74635..4eb0348 100644
--- a/src/ste/ASTNode.php
+++ b/src/ste/ASTNode.php
@@ -14,7 +14,7 @@ abstract class ASTNode
* @param string $tpl
* @param int $off
*/
- public function __construct($tpl, $off)
+ public function __construct(string $tpl, int $off)
{
$this->tpl = $tpl;
$this->offset = $off;