infra updated incorrectly set public functions to private on payment classes
[civicrm-core.git] / api / v3 / SystemLog.php
index 7696629872afed49ef6259eaa47226c66c01e23e..403ea7a885c874108d9448473d5ab3d82fe92795 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -61,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';