Merge pull request #3204 from GinkgoFJG/CRM-14662
[civicrm-core.git] / api / v3 / File.php
index a5766a97be653cf75249bdd6af08aff693c5b800..41086c6ee32ace78fc8e1ec449ec94f705c2e262 100644 (file)
@@ -128,11 +128,12 @@ function &civicrm_api3_file_update($params) {
  * This API is used for deleting a file
  * Required parameters : id of a file
  *
- * @param  Int  $fileId  Id of the file to be deleted
+ * @param $params
+ *
+ * @internal param Int $fileId Id of the file to be deleted
  *
  * @return null if successfull, object of CRM_Core_Error otherwise
  * @access public
-
  */
 function civicrm_api3_file_delete($params) {