aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/TableInst.php
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-27 17:51:09 +0900
committernsfisis <nsfisis@gmail.com>2024-04-28 01:02:35 +0900
commit25ad2004c1d786a1dbe42d24c08f228c870210a4 (patch)
tree3977e88ee88a1fa43a3772504b2f0f37a70ae0ee /src/Execution/TableInst.php
parent75948f43b09848870bf447f10c39e3f0f109f481 (diff)
downloadphp-waddiwasi-25ad2004c1d786a1dbe42d24c08f228c870210a4.tar.gz
php-waddiwasi-25ad2004c1d786a1dbe42d24c08f228c870210a4.tar.zst
php-waddiwasi-25ad2004c1d786a1dbe42d24c08f228c870210a4.zip
feat: implement some missing instructions
Diffstat (limited to 'src/Execution/TableInst.php')
-rw-r--r--src/Execution/TableInst.php2
1 files changed, 1 insertions, 1 deletions
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<Ref> $elem
*/
public function __construct(
- public readonly TableType $type,
+ public TableType $type,
public array $elem,
) {
}