INFRA-132 - Docblock @param and @return tag fixes
[civicrm-core.git] / CRM / Core / BAO / UFMatch.php
index b3aa1ce8ee6589b4e99af1a17d059d38add81ac9..6c2cb5476f8ea97fb302b7c42c1300356921b242 100644 (file)
@@ -184,11 +184,11 @@ class CRM_Core_BAO_UFMatch extends CRM_Core_DAO_UFMatch {
    *   The name of the user framework.
    * @param int $status
    *   Returns the status if user created or already exits (used for CMS sync).
-   *
-   * @param null $ctype
+   * @param string $ctype
+   *   contact type
    * @param bool $isLogin
    *
-   * @return the ufmatch object that was found or created
+   * @return CRM_Core_DAO_UFMatch|bool
    * @static
    */
   public static function &synchronizeUFMatch(&$user, $userKey, $uniqId, $uf, $status = NULL, $ctype = NULL, $isLogin = FALSE) {