$source], ); } /** * Check if this result has a PreDB ID. */ public function hasPreDbId(): bool { return $this->preDbId > 0; } /** * Get a formatted method string for logging. */ public function getFormattedMethod(): string { return "{$this->checkerName}: {$this->method}"; } }