1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/12557] Fix doc block errors found by Sami

More corrections.

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 05:50:29 +03:00
parent 19b9df7e63
commit 8ac8c9ec61
3 changed files with 4 additions and 3 deletions

View File

@@ -46,8 +46,8 @@ class diff
/**
* Computes diffs between sequences of strings.
*
* @param array $from_lines An array of strings. Typically these are lines from a file.
* @param array $to_lines An array of strings.
* @param array $from_content An array of strings. Typically these are lines from a file.
* @param array $to_content An array of strings.
* @param bool $preserve_cr If true, \r is replaced by a new line in the diff output
*/
function diff(&$from_content, &$to_content, $preserve_cr = true)