From df76b023c6c8c5a99fd9192628d7ad3f51db63c7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 13 Jan 2015 11:53:40 +1300 Subject: [PATCH] phpdoc - re-fix country --- api/v3/Country.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v3/Country.php b/api/v3/Country.php index 05b088e1f0..a0a9dc0f07 100644 --- a/api/v3/Country.php +++ b/api/v3/Country.php @@ -47,8 +47,8 @@ require_once 'CRM/Core/DAO/Country.php'; * @example CountryCreate.php Standard Create Example * * @param array $params - * @return array API result array - * API result array + * @return array + * API result array * @throws \API_Exception * @access public */ -- 2.25.1