callback = $callback; } public function getSpan(): FileSpan { return ($this->callback)(); } public function __toString(): string { return ''; } }