Overrides Driver::repeat
public function repeat(float $interval, \Closure $closure) : string { $id = $this->driver ->repeat($interval, $closure); $this->creationTraces[$id] = $this->formatStacktrace(\debug_backtrace(\DEBUG_BACKTRACE_IGNORE_ARGS)); $this->enabledCallbacks[$id] = true; return $id; }