type = $type; $this->oldAnnotation = $oldAnnotation; $this->newAnnotation = $newAnnotation; RectorAssert::className($type); } public function getObjectType() : ObjectType { return new ObjectType($this->type); } public function getOldAnnotation() : string { return $this->oldAnnotation; } public function getNewAnnotation() : string { return $this->newAnnotation; } }