X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphan%2Fstubs%2Fwikidiff.php;h=02bcd1fbf94844c01985cf6dc6ac132f236845c4;hb=761251a92febefbba2bcb7ba3b76c388f2e66e56;hp=bd4ed6358d63c8a9b4953a413f4c0f02b6701a5f;hpb=67a299b06ceda2128f06a5d3c2ba9a87c96b577b;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phan/stubs/wikidiff.php b/tests/phan/stubs/wikidiff.php index bd4ed6358d..02bcd1fbf9 100644 --- a/tests/phan/stubs/wikidiff.php +++ b/tests/phan/stubs/wikidiff.php @@ -27,3 +27,13 @@ */ 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 ) { +}