X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdiff%2FWikiDiff3.php;h=7a0f7403a6402153772e99a588edde1ab36b9bdc;hb=568284cf57d38fa9d515aabd28731bd0509df9a8;hp=7c019b0ea9c84782bf0b1136f159ff6675631013;hpb=e92d87c26c408441d8c229fc1e9c7e0bcd93898a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/diff/WikiDiff3.php b/includes/diff/WikiDiff3.php index 7c019b0ea9..7a0f7403a6 100644 --- a/includes/diff/WikiDiff3.php +++ b/includes/diff/WikiDiff3.php @@ -580,6 +580,7 @@ class WikiDiff3 { return $this->length; } + } /** @@ -589,6 +590,7 @@ class WikiDiff3 { * @ingroup DifferenceEngine */ class RangeDifference { + /** @var int */ public $leftstart; @@ -615,4 +617,5 @@ class RangeDifference { $this->rightend = $rightend; $this->rightlength = $rightend - $rightstart; } + }