diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Reference')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Reference/RefFunc.php | 2 | ||||
| -rw-r--r-- | src/Structure/Instructions/Instrs/Reference/RefNull.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Structure/Instructions/Instrs/Reference/RefFunc.php b/src/Structure/Instructions/Instrs/Reference/RefFunc.php index 2849f5f..9924de1 100644 --- a/src/Structure/Instructions/Instrs/Reference/RefFunc.php +++ b/src/Structure/Instructions/Instrs/Reference/RefFunc.php @@ -9,7 +9,7 @@ use Nsfisis\Waddiwasi\Structure\Types\FuncIdx; final readonly class RefFunc extends Instr { - public function __construct( + protected function __construct( public FuncIdx $func, ) { } diff --git a/src/Structure/Instructions/Instrs/Reference/RefNull.php b/src/Structure/Instructions/Instrs/Reference/RefNull.php index b3727c6..06e339c 100644 --- a/src/Structure/Instructions/Instrs/Reference/RefNull.php +++ b/src/Structure/Instructions/Instrs/Reference/RefNull.php @@ -9,7 +9,7 @@ use Nsfisis\Waddiwasi\Structure\Types\RefType; final readonly class RefNull extends Instr { - public function __construct( + protected function __construct( public RefType $type, ) { } |
