Update 'ASR/src/iJoshuaHD/iMCPE/ASR/CallbackTask.php'
This commit is contained in:
parent
cd2351401b
commit
1a56a025d8
@ -48,7 +48,7 @@ class CallbackTask extends Task{
|
||||
return $this->callable;
|
||||
}
|
||||
|
||||
public function onRun($currentTicks){
|
||||
public function onRun(int $currentTicks){
|
||||
call_user_func_array($this->callable, $this->args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user