From 093014e380317aec20f23415a6abdfde9cff27b0 Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 13 Dec 2018 15:51:36 +1300 Subject: [PATCH] Comment fix --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 57236d2dbb..cb83d109fc 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -689,8 +689,10 @@ class CiviUnitTestCase extends PHPUnit_Extensions_Database_TestCase { } /** - * @param $expected - * @param $actual + * Assert the 2 arrays have the same values. + * + * @param array $array1 + * @param array $array2 */ public function assertArrayValuesEqual($array1, $array2) { $array1 = array_values($array1); -- 2.25.1