diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-27 17:51:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-28 01:02:35 +0900 |
| commit | 25ad2004c1d786a1dbe42d24c08f228c870210a4 (patch) | |
| tree | 3977e88ee88a1fa43a3772504b2f0f37a70ae0ee /src/Execution/TableInst.php | |
| parent | 75948f43b09848870bf447f10c39e3f0f109f481 (diff) | |
| download | php-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.php | 2 |
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, ) { } |
