INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / System.php
index 7f70a50ff0b4c0eb3dcef9427d9ae00d89adab24..6c0f33425067df7afe756f257207e2127b85d5c5 100644 (file)
  *                          - 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
- * @access public
- * @example SystemFlush.php
- *
+ * @return array
  */
 function civicrm_api3_system_flush($params) {
   CRM_Core_Invoke::rebuildMenuAndCaches(
@@ -164,7 +159,8 @@ function _civicrm_api3_system_log_spec(&$params) {
 /**
  * System.Get API
  *
- * @param arary $params
+ * @param array $params
+ * @return array
  */
 function civicrm_api3_system_get($params) {
   $returnValues = array(