aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Control/Block.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/Block.php')
-rw-r--r--src/Structure/Instructions/Instrs/Control/Block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/Block.php b/src/Structure/Instructions/Instrs/Control/Block.php
index 2be7a1f..a4842c0 100644
--- a/src/Structure/Instructions/Instrs/Control/Block.php
+++ b/src/Structure/Instructions/Instrs/Control/Block.php
@@ -11,7 +11,7 @@ final readonly class Block extends Instr
/**
* @param list<Instr> $body
*/
- public function __construct(
+ protected function __construct(
public BlockType $type,
public array $body,
) {