INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / api / v3 / WordReplacement.php
index 4a906a1b45434703018dcf37840533c7ef820ae7..72e6f82feaac03313a277a88c7dadb2a9377cbb7 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -44,8 +43,8 @@
  */
 function civicrm_api3_word_replacement_get($params) {
   $bao = new CRM_Core_BAO_WordReplacement();
-  _civicrm_api3_dao_set_filter($bao, $params, true, 'WordReplacement');
-  $wordReplacements = _civicrm_api3_dao_to_array($bao, $params, true,'WordReplacement');
+  _civicrm_api3_dao_set_filter($bao, $params, TRUE, 'WordReplacement');
+  $wordReplacements = _civicrm_api3_dao_to_array($bao, $params, TRUE, 'WordReplacement');
 
   return civicrm_api3_create_success($wordReplacements, $params, 'word_replacement', 'get', $bao);
 }
@@ -81,9 +80,10 @@ function _civicrm_api3_word_replacement_create_spec(&$params) {
  *
  * @param array $params
  *   Array containing id of the word_replacement.
- *  to be deleted
+ *   to be deleted
  *
- * @return array api result array
+ * @return array
+ *   api result array
  *
  * @access public
  */