aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/FuncInsts/Host.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/FuncInsts/Host.php')
-rw-r--r--src/Execution/FuncInsts/Host.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Execution/FuncInsts/Host.php b/src/Execution/FuncInsts/Host.php
index e3cba4a..67686b4 100644
--- a/src/Execution/FuncInsts/Host.php
+++ b/src/Execution/FuncInsts/Host.php
@@ -10,11 +10,11 @@ use Nsfisis\Waddiwasi\Structure\Types\FuncType;
final readonly class Host extends FuncInst
{
/**
- * @param callable $code
+ * @param callable $callback
*/
public function __construct(
public FuncType $type,
- public mixed $code,
+ public mixed $callback,
) {
}
}