X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fdiff%2FDairikiDiff.php;h=063f8265c0f1bb6d24b2d5accf3f7663be0dcabc;hb=86529fef92eb87bf6a77aa8352aba0075cb6f728;hp=a08bd9ed9b0c125e862de7af1c5c1c58ba24be0d;hpb=41f1ce0d35b929d480ce87605a3234c187e44fd2;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.