From f84e38ab98b88969e45f1f4154751ab276bf0c37 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 27 Apr 2014 14:46:51 -0700 Subject: [PATCH] comment fixes --- api/v3/Premium.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/v3/Premium.php b/api/v3/Premium.php index aedd3a9fb1..01f897bc98 100644 --- a/api/v3/Premium.php +++ b/api/v3/Premium.php @@ -41,6 +41,9 @@ * {@getfields premium_create} * @example premiumCreate.php * + * @param $params + * + * @throws API_Exception * @return array of newly created premium property values. * @access public */ @@ -55,6 +58,8 @@ function civicrm_api3_premium_create($params) { * {@getfields premium_get} * @example premiumCreate.php * + * @param $params + * * @return array of retrieved premium property values. * @access public */ @@ -69,6 +74,9 @@ function civicrm_api3_premium_get($params) { * {@getfields premium_delete} * @example premiumCreate.php * + * @param $params + * + * @throws API_Exception * @return array of deleted values. * @access public */ -- 2.25.1