From 996259e6a1a04f91179d2b83cc19e3fbb371cd33 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 26 Feb 2024 13:21:22 +0900 Subject: feat: implement some of instructions --- src/Execution/FuncInsts/Host.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Execution/FuncInsts') 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, ) { } } -- cgit v1.2.3-70-g09d2