X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fdiff%2FDairikiDiff.php;h=063f8265c0f1bb6d24b2d5accf3f7663be0dcabc;hb=130ec2523df12a3ca2fe0d422163696d09fcea08;hp=a08bd9ed9b0c125e862de7af1c5c1c58ba24be0d;hpb=dfaa26a7b19ab65190a76cd32259a3637cc3e2fd;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.