Fix doc type of Diff::reverse
Change-Id: I3eb066d5effc9c96b6b9c1b3b63bdcd39790bd3a
This commit is contained in:
parent
687fbf95ca
commit
714c114893
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class Diff {
|
|||
* $diff = new Diff($lines1, $lines2);
|
||||
* $rev = $diff->reverse();
|
||||
*
|
||||
* @return object A Diff object representing the inverse of the
|
||||
* @return self A Diff object representing the inverse of the
|
||||
* original diff.
|
||||
*/
|
||||
public function reverse() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue