diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/I32Const.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Numeric/I32Const.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/I32Const.php b/src/Structure/Instructions/Instrs/Numeric/I32Const.php index 7beaae0..d9f1aea 100644 --- a/src/Structure/Instructions/Instrs/Numeric/I32Const.php +++ b/src/Structure/Instructions/Instrs/Numeric/I32Const.php @@ -11,7 +11,7 @@ final readonly class I32Const extends Instr /** * @param U32 $value */ - public function __construct( + protected function __construct( public int $value, ) { } |
