mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12557] Fix var $preserve_cr description
PHPBB3-12557
This commit is contained in:
parent
95ec9590df
commit
6d7689f581
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue