/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Renaming/ValueObject
NameSizeModeActions
MethodCallRename.php11920644editdlrm
MethodCallRenameWithArrayKey.php14870644editdlrm
RenameAnnotation.php7530644editdlrm
RenameAnnotationByType.php10670644editdlrm
RenameAttribute.php6470644editdlrm
RenameClassAndConstFetch.php14430644editdlrm
RenameClassConstFetch.php11790644editdlrm
RenameFunctionLikeParamWithinCallLikeArg.php17550644editdlrm
RenameProperty.php10420644editdlrm
RenameStaticMethod.php14110644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Renaming/ValueObject/RenameProperty.php (1042B)
type = $type; $this->oldProperty = $oldProperty; $this->newProperty = $newProperty; RectorAssert::className($type); RectorAssert::propertyName($oldProperty); RectorAssert::propertyName($newProperty); } public function getObjectType() : ObjectType { return new ObjectType($this->type); } public function getOldProperty() : string { return $this->oldProperty; } public function getNewProperty() : string { return $this->newProperty; } }