infra updated incorrectly set public functions to private on payment classes
[civicrm-core.git] / api / v3 / SystemLog.php
index 8410be956589f4964c184837a5c0556f49665188..403ea7a885c874108d9448473d5ab3d82fe92795 100644 (file)
@@ -60,7 +60,7 @@ function civicrm_api3_system_log_create($params) {
 /**
  * @param array $params
  *
- * @return array
+ * @return void
  */
 function _civicrm_api3_system_log_create_spec(&$params) {
   require_once 'api/v3/System.php';