Fix doc type of Diff::reverse

Change-Id: I3eb066d5effc9c96b6b9c1b3b63bdcd39790bd3a
This commit is contained in:
Umherirrender 2020-11-13 23:01:30 +01:00
parent 687fbf95ca
commit 714c114893

View file

@ -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() {