property; } public function getNewValue(): \DateTime|string|int|null { return $this->newValue; } public function getOldValue(): \DateTime|string|int|null { return $this->oldValue; } public function getActor(): ?Participant { return $this->actor; } }