*/ public array $facts = []; public function report(string $key, string|int|bool|null $value): void { $this->facts[$key] = $value; } }