oldType = $oldType; $this->oldMethod = $oldMethod; $this->serviceType = $serviceType; } public function getOldObjectType() : \PHPStan\Type\ObjectType { return new \PHPStan\Type\ObjectType($this->oldType); } public function getOldMethod() : string { return $this->oldMethod; } public function getServiceType() : string { return $this->serviceType; } }