Add a Status and a $reason parameter to TitleMove hook
[lhc/web/wiklou.git] / includes / diff / DairikiDiff.php
index a08bd9e..063f826 100644 (file)
@@ -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.