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 27e22c1 commit f846ea7Copy full SHA for f846ea7
playground.php
@@ -17,7 +17,7 @@ public function testRenameLocalVariable($renameMe)
17
{
18
$renameMe = 'renameMe will be renamed';
19
$renameMeAlso = $renameMe;
20
- $this->renameMe = 'If will be renamed in the next test';
+ $this->renameMe = 'I will be renamed in the next test';
21
}
22
23
/**
0 commit comments