bulk comment fix
[civicrm-core.git] / CRM / Core / BAO / Website.php
index d7eaedd92aae80f61740bc1bbafa1b65cc055c94..050502c14a06a627791d074da0cbce864a2ea9e8 100644 (file)
@@ -63,7 +63,9 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website {
    * process website
    *
    * @param array $params associated array
-   * @param int   $contactID contact id
+   * @param int $contactID contact id
+   *
+   * @param $skipDelete
    *
    * @return void
    * @access public
@@ -127,7 +129,10 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website {
    * Given the list of params in the params array, fetch the object
    * and store the values in the values array
    *
-   * @param array entityBlock input parameters to find object
+   * @param $params
+   * @param $values
+   *
+   * @internal param \entityBlock $array input parameters to find object
    *
    * @return boolean
    * @access public
@@ -156,6 +161,8 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website {
    *
    * @param int $id the contact id
    *
+   * @param bool $updateBlankLocInfo
+   *
    * @return array  the array of website details
    * @access public
    * @static