nullableFields = [ ...$this->nullableFields, 'user_uid', ]; } final public function getUserUid(): ?int { return $this->user_uid; } }