X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdiff%2FDairikiDiff.php;h=063f8265c0f1bb6d24b2d5accf3f7663be0dcabc;hb=627e2c9b16f2d424c26ddc8e4038172f4c4dc8e3;hp=a08bd9ed9b0c125e862de7af1c5c1c58ba24be0d;hpb=2dd58ade75d15a5895c0c010e17b6f729a0f72fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/diff/DairikiDiff.php b/includes/diff/DairikiDiff.php index a08bd9ed9b..063f8265c0 100644 --- a/includes/diff/DairikiDiff.php +++ b/includes/diff/DairikiDiff.php @@ -66,7 +66,7 @@ abstract class DiffOp { } /** - * @param int $i + * @param int|null $i * @return string[]|string|null */ public function getClosing( $i = null ) { @@ -211,7 +211,6 @@ class Diff { protected $bailoutComplexity = 0; /** - * Constructor. * Computes diff between sequences of strings. * * @param string[] $from_lines An array of strings.