We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae172a7 commit 286a0f1Copy full SHA for 286a0f1
README.md
@@ -81,6 +81,12 @@ Rename a local variable from one to another name:
81
82
php refactor.phar rename-local-variable <file> <line> <old-name> <new-name>
83
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
90
### Convert Local to Instance Variable
91
92
Converts a local variable into an instance variable, creates the property and renames
0 commit comments