<?php htmlspecialchars( string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null, bool $double_encode = true): string
<?php $this->report->getThrowable()->getTraceAsString() ); return htmlspecialchars($throwableString); } public function telescopeUrl(): ?string
<?php public function title(): string { $message = htmlspecialchars($this->report->getMessage()); return "🧨 {$message}"; }