Update 'ASR/src/iJoshuaHD/iMCPE/ASR/CallbackTask.php'

This commit is contained in:
Josh North 2017-07-26 14:17:56 -04:00
parent cd2351401b
commit 1a56a025d8

View File

@ -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);
}