From 321feaed08771871dd51dd96b43920c352b6e2db Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 30 Jul 2018 14:23:57 +0000 Subject: [PATCH] xdiff : update PHPDoc git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4316 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- xdiff.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xdiff.php b/xdiff.php index 6ee2ec0..1a77052 100644 --- a/xdiff.php +++ b/xdiff.php @@ -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) // {{{