From 764dd19084d7382ca3a2f69f9907ce2237cd28f3 Mon Sep 17 00:00:00 2001 From: "Robert C. Sheets" Date: Thu, 27 Mar 2014 04:10:37 -0700 Subject: [PATCH] Improves doc strings in class CRM_Utils_Api. --- CRM/Utils/Api.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/Api.php b/CRM/Utils/Api.php index 4c1a04d18f..63bea8061a 100644 --- a/CRM/Utils/Api.php +++ b/CRM/Utils/Api.php @@ -27,8 +27,9 @@ class CRM_Utils_Api { /** - * Attempt to retrieve the api entity name from any calling class - * @param $classNameOrObject + * Attempts to retrieve the API entity name from any calling class. + * + * @param string|object $classNameOrObject * @throws CRM_Core_Exception */ static function getEntityName($classNameOrObject) { -- 2.25.1