A tick is an event that occurs for every N low-level tickable statements executed by the parser within the declare block. The value for N is specified using ticks=N within the declare block's directive section.
$verify = call_user_func(
[
"\\modules\\rangs\\libraries\\{$alias}",
"getInstance"
],
$userId
);
$verify = call_user_func([
"\\modules\\rangs\\libraries\\{$alias}",
"getInstance"
])->verify($userId);