diff options
Diffstat (limited to 'src/Execution/GlobalInst.php')
| -rw-r--r-- | src/Execution/GlobalInst.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Execution/GlobalInst.php b/src/Execution/GlobalInst.php index 47bd9a0..5595b45 100644 --- a/src/Execution/GlobalInst.php +++ b/src/Execution/GlobalInst.php @@ -6,10 +6,10 @@ namespace Nsfisis\Waddiwasi\Execution; use Nsfisis\Waddiwasi\Structure\Types\GlobalType; -final readonly class GlobalInst +final class GlobalInst { public function __construct( - public GlobalType $type, + public readonly GlobalType $type, public Val $value, ) { } |
