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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Execution/TableInst.php b/src/Execution/TableInst.php
index 5a6766d..0075acd 100644
--- a/src/Execution/TableInst.php
+++ b/src/Execution/TableInst.php
@@ -6,13 +6,13 @@ namespace Nsfisis\Waddiwasi\Execution;
use Nsfisis\Waddiwasi\Structure\Types\TableType;
-final readonly class TableInst
+final class TableInst
{
/**
* @param list<Ref> $elem
*/
public function __construct(
- public TableType $type,
+ public readonly TableType $type,
public array $elem,
) {
}