severe ? 'static_analysis_severe' : 'static_analysis_minor'], "{$this->file}:{$this->line}", $this->message ); } public function log(): void { Logger::log((string) $this, Logger::FATAL_ERROR); } public function getHTML(): string { $issueStr = \htmlentities((string) $this); $color = $this->severe ? 'red' : 'orange'; $warning = "