Cleanup phpdoc comments
[civicrm-core.git] / CRM / Utils / HttpClient.php
index dc88f47559b7b8f58b972092bc9dd4f52e2007b2..e9abf8e7e589c1c7ccea747853b4d1755c6f04d9 100644 (file)
@@ -151,9 +151,8 @@ class CRM_Utils_HttpClient {
    * Send an HTTP POST for a remote resource
    *
    * @param string $remoteFile URL of a .zip file
-   * @param $params
+   * @param array $params
    *
-   * @internal param string $localFile path at which to store the .zip file
    * @return array array(0 => STATUS_OK|STATUS_DL_ERROR, 1 => string)
    */
   public function post($remoteFile, $params) {