[ticket/12557] Fix var $preserve_cr description

PHPBB3-12557
This commit is contained in:
n-aleha 2014-05-28 20:40:44 +03:00
parent 95ec9590df
commit 6d7689f581

View file

@ -495,7 +495,8 @@ class diff3 extends diff
* @param array $orig The original lines to use. * @param array $orig The original lines to use.
* @param array $final1 The first version to compare to. * @param array $final1 The first version to compare to.
* @param array $final2 The second version to compare to. * @param array $final2 The second version to compare to.
* @param bool $preserve_cr If true, \r is replaced by a new line in the diff output * @param bool $preserve_cr If true, \r\n and bare \r are replaced by a new line
* in the diff output
*/ */
function diff3(&$orig, &$final1, &$final2, $preserve_cr = true) function diff3(&$orig, &$final1, &$final2, $preserve_cr = true)
{ {