INFRA-132 - Fix @static docblock tag
[civicrm-core.git] / api / v3 / System.php
index c0a7563fb82c11f640f8fc64d665fba510537302..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
  *
@@ -66,7 +67,7 @@ function civicrm_api3_system_flush($params) {
  * @param array $params
  *   Array or parameters determined by getfields.
  */
-function _civicrm_api3_system_flush_spec(&$params){
+function _civicrm_api3_system_flush_spec(&$params) {
   $params['triggers'] = array('title' => 'rebuild triggers (boolean)');
   $params['session'] = array('title' => 'refresh sessions (boolean)');
 }
@@ -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