|null */ protected ?array $auditEvents = null; public function disableAuditing(): void { $this->auditEvents = []; } }