X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphan%2Fstubs%2Fwikidiff.php;h=02bcd1fbf94844c01985cf6dc6ac132f236845c4;hb=761251a92febefbba2bcb7ba3b76c388f2e66e56;hp=1015b0b9baf8f7bfff61167b66d032f09b9fdadb;hpb=081f44fa7ff52ba63d1c48eb833dcc110dd1bb30;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phan/stubs/wikidiff.php b/tests/phan/stubs/wikidiff.php index 1015b0b9ba..02bcd1fbf9 100644 --- a/tests/phan/stubs/wikidiff.php +++ b/tests/phan/stubs/wikidiff.php @@ -16,7 +16,7 @@ * http://www.gnu.org/copyleft/gpl.html */ -// @codingStandardsIgnoreFile +// phpcs:ignoreFile /** * @param string $text1 @@ -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 ) { +}