Merge pull request #4887 from pratikshad/broken-webtest
[civicrm-core.git] / CRM / Core / BAO / ActionLog.php
index 90ce83bf022fd0e51763998046d8333ec66e0ef6..a3740e591cdf5188fa8cf27ad2487135fc768f60 100644 (file)
@@ -44,8 +44,7 @@ class CRM_Core_BAO_ActionLog extends CRM_Core_DAO_ActionLog {
    *
    * @param array $params
    *
-   * @return actionLog array
-   * @access public
+   * @return array
    */
   public static function create($params) {
     $actionLog = new CRM_Core_DAO_ActionLog();
@@ -74,4 +73,3 @@ class CRM_Core_BAO_ActionLog extends CRM_Core_DAO_ActionLog {
     return $actionLog;
   }
 }
-