Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / File.php
index b854ab447fb60a9172b578ec7637bb58b64a85d9..f99dd393593d165abfed49a0eb87c9d5c30099bf 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -49,8 +48,7 @@
  *   An associative array of name/value property values of civicrm_file.
  *
  * @return array
-   *   of newly created file property values.
- * @access public
+ *   Array of newly created file property values.
  */
 function civicrm_api3_file_create($params) {
 
@@ -86,9 +84,8 @@ function civicrm_api3_file_create($params) {
  * @param array $params
  *   An associative array of name/value property values of civicrm_file.
  *
- * @return Array
-   *   of all found file object property values.
- * @access public
+ * @return array
+ *   Array of all found file object property values.
  */
 function civicrm_api3_file_get($params) {
   civicrm_api3_verify_one_mandatory($params);
@@ -101,12 +98,8 @@ function civicrm_api3_file_get($params) {
  * This api is used for updating an existing file.
  * Required parameters : id of a file
  *
- * @param array $paramsAn array of name/value property values of civicrm_file.
- *   An array of name/value property values of civicrm_file.
- *
+ * @param array $params
  * @return array
-   *   of updated file object property values
- * @access public
  */
 function civicrm_api3_file_update($params) {
 
@@ -137,8 +130,7 @@ function civicrm_api3_file_update($params) {
  * @param array $params
  *
  * @return array
-   *   API result array
- * @access public
+ *   API result array
  */
 function civicrm_api3_file_delete($params) {