Skip to content

Commit 9a97fe7

Browse files
authored
Merge pull request #24 from AuditeMarlow/patch-2
Fixed a typo in playground.php
2 parents 27e22c1 + f846ea7 commit 9a97fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testRenameLocalVariable($renameMe)
1717
{
1818
$renameMe = 'renameMe will be renamed';
1919
$renameMeAlso = $renameMe;
20-
$this->renameMe = 'If will be renamed in the next test';
20+
$this->renameMe = 'I will be renamed in the next test';
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)