type = $type; $this->oldAnnotation = $oldAnnotation; $this->newAnnotation = $newAnnotation; } public function getType(): string { return $this->type; } public function getOldAnnotation(): string { return $this->oldAnnotation; } public function getNewAnnotation(): string { return $this->newAnnotation; } }