Skip to content

Commit 286a0f1

Browse files
committed
Talk about the "Rename Class Property" refactor
1 parent ae172a7 commit 286a0f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Rename a local variable from one to another name:
8181

8282
php refactor.phar rename-local-variable <file> <line> <old-name> <new-name>
8383

84+
### Rename Class Property
85+
86+
Rename a class property from one to another name:
87+
88+
php refactor.phar rename-property <file> <line> <old-name> <new-name>
89+
8490
### Convert Local to Instance Variable
8591

8692
Converts a local variable into an instance variable, creates the property and renames

0 commit comments

Comments
 (0)