Merge branch 4.5 into master
[civicrm-core.git] / api / v3 / Entity.php
index 204dd3ae01b4df23d8627681484cae0996292fff..982876b8a5301cb8d9c055619cf78da2bca1de3e 100644 (file)
@@ -3,7 +3,8 @@
 /**
  * @deprecated api notice
  * @param array entities
- * @return array of deprecated api entities
+ * @return array
+   *   of deprecated api entities
  */
 function _civicrm_api3_entity_deprecation($entities) {
   $deprecated = array();
@@ -39,4 +40,3 @@ function civicrm_api3_entity_getfields($params) {
   // without putting an exception in for entity
   return civicrm_api3_create_success(array());
 }
-