Merge "Add release notes for 8de958444f1d36"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 15 Apr 2018 18:38:47 +0000 (18:38 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 15 Apr 2018 18:38:48 +0000 (18:38 +0000)
tests/phan/stubs/wikidiff.php

index bd4ed63..02bcd1f 100644 (file)
  */
 function wikidiff2_do_diff( $text1, $text2, $numContextLines, $movedParagraphDetectionCutoff = 0 ) {
 }
+
+/**
+ * @param string $text1
+ * @param string $text2
+ * @param int $numContextLines
+ * @param int $maxMovedLines
+ * @return string
+ */
+function wikidiff2_inline_diff( $text1, $text2, $numContextLines, $maxMovedLines = 25 ) {
+}