X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdiff%2FDiffEngine.php;h=6fa40ea46cb470db722137efba520de83c1c2523;hb=c555d77d07b7fa50c80dbbdb36c446c7cd9cb276;hp=ce507d7a83c4cad64b4b49fefb2f5c2a79c19ce4;hpb=77863a92cd14eb3485945977d8587f2e758d6ae7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/diff/DiffEngine.php b/includes/diff/DiffEngine.php index ce507d7a83..6fa40ea46c 100644 --- a/includes/diff/DiffEngine.php +++ b/includes/diff/DiffEngine.php @@ -47,7 +47,9 @@ use MediaWiki\Diff\ComplexityException; class DiffEngine { // Input variables + /** @var string[] */ private $from; + /** @var string[] */ private $to; private $m; private $n;