aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/TableInst.php
diff options
context:
space:
mode:
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,
) {
}