Merge pull request #14844 from chamilwijesooriya/issue-1135
[civicrm-core.git] / CRM / Utils / System / Backdrop.php
index 9c22b6b86b332ba3e7008d38b945df1f89dadddd..55804ddaac6840b060e6b850737b3871cb78a743 100644 (file)
@@ -487,7 +487,7 @@ AND    u.status = 1
    * Determine the native ID of the CMS user.
    *
    * @param string $username
-   * @return int|NULL
+   * @return int|null
    */
   public function getUfId($username) {
     $user = user_load_by_name($username);