comment fixes
[civicrm-core.git] / api / v3 / Generic.php
index d8f35dd467c95458fcbf916792c59664093379aa..5a420895b76d229547f820b2b3da07b3878def14 100644 (file)
@@ -234,7 +234,15 @@ function civicrm_api3_generic_getfield($apiRequest) {
   return civicrm_api3_create_success($result, $apiRequest['params'], $apiRequest['entity'], 'getfield');
 }
 
-
+/**
+ * Get metadata for getfield action.
+ *
+ * @param array $params
+ * @param array $apiRequest
+ *
+ * @throws \CiviCRM_API3_Exception
+ * @throws \Exception
+ */
 function _civicrm_api3_generic_getfield_spec(&$params, $apiRequest) {
   $params = array(
     'name' => array(