From 25ad2004c1d786a1dbe42d24c08f228c870210a4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Apr 2024 17:51:09 +0900 Subject: feat: implement some missing instructions --- src/Execution/TableInst.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Execution/TableInst.php') diff --git a/src/Execution/TableInst.php b/src/Execution/TableInst.php index 0075acd..002ddec 100644 --- a/src/Execution/TableInst.php +++ b/src/Execution/TableInst.php @@ -12,7 +12,7 @@ final class TableInst * @param list $elem */ public function __construct( - public readonly TableType $type, + public TableType $type, public array $elem, ) { } -- cgit v1.2.3-70-g09d2