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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/TagNode.php b/src/ste/TagNode.php
index cef4220..4adcad8 100644
--- a/src/ste/TagNode.php
+++ b/src/ste/TagNode.php
@@ -18,7 +18,7 @@ class TagNode extends ASTNode
* @param int $off
* @param string $name
*/
- public function __construct($tpl, $off, $name = "")
+ public function __construct(string $tpl, int $off, string $name = "")
{
parent::__construct($tpl, $off);
$this->name = $name;