Skip to content

Commit e594e59

Browse files
committed
Add missing rename method in playground
1 parent 4f148fb commit e594e59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

playground.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ public function testRenameClassVariable($renameMe)
3030
$renameMe = 'I\'m not renamed';
3131
}
3232

33+
/**
34+
* Place your cursor on a method name and press <Leader>rm
35+
* to rename a method
36+
*/
37+
public function testRenameMethod()
38+
{
39+
$this->testRenameMethod();
40+
}
41+
3342
/**
3443
* Place your cursor on a Fully qualified class name and press <Leader>eu
3544
* to create an alias and place the new Use statement on top of the file

0 commit comments

Comments
 (0)