aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Parametric/Select.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Parametric/Select.php')
-rw-r--r--src/Structure/Instructions/Instrs/Parametric/Select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Parametric/Select.php b/src/Structure/Instructions/Instrs/Parametric/Select.php
index 5e5b5ad..dd09ef3 100644
--- a/src/Structure/Instructions/Instrs/Parametric/Select.php
+++ b/src/Structure/Instructions/Instrs/Parametric/Select.php
@@ -12,7 +12,7 @@ final readonly class Select extends Instr
/**
* @param list<ValType> $types
*/
- public function __construct(
+ protected function __construct(
public array $types,
) {
}