Merge pull request #14948 from civicrm/5.16
[civicrm-core.git] / CRM / Utils / System / Drupal.php
index ade4ff8da034cbce20509f67f9259bb0468adb05..4af43912446b38f14b1c99e797ae4aaaadf4486a 100644 (file)
@@ -428,7 +428,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);