xdiff : update PHPDoc

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4316 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-07-30 14:23:57 +00:00
parent 1c98af7f14
commit 321feaed08

View File

@@ -116,6 +116,7 @@ class xdiff
/** Compute the differences between two arrays $array1 and $array2
* @param array $array1 The first array to compare
* @param array $array2 The second array to compare
* @return array The data in internal format
*/
final public function computeArray ($array1, $array2)
// {{{