INFRA-132 - Fix @static docblock tag
[civicrm-core.git] / api / v3 / System.php
index d88a1f22a1375814ce06750370fd126145ae3e3d..5a7e1d95a770c4698fe380a051239679284e916f 100644 (file)
@@ -45,8 +45,9 @@
  *                          - triggers: bool, whether to drop/create SQL triggers; default: FALSE
  *                          - session:  bool, whether to reset the CiviCRM session data; defaul: FALSE
  *
- * @return boolean        true if success, else false
- * @static void
+ * @return boolean
+ *   true if success, else false
+ * @static
  * @access public
  * @example SystemFlush.php
  *
@@ -88,7 +89,8 @@ function _civicrm_api3_system_check_spec(&$spec) {
  * System.Check API
  *
  * @param array $params
- * @return array API result descriptor; return items are alert codes/messages
+ * @return array
+ *   API result descriptor; return items are alert codes/messages
  * @see civicrm_api3_create_success
  * @see civicrm_api3_create_error
  * @throws API_Exception