X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystem%2FDrupal.php;h=52a1f139c9c60fdfc8f56f045c820b12471b2e93;hb=c301f76e83796cab7a73e8edf3129013f23cf339;hp=7af9cc659192bd8941b6c233fe4a1af594afee30;hpb=0639ae06b1706f6a5d62131e4f3c9eb486454d18;p=civicrm-core.git diff --git a/CRM/Utils/System/Drupal.php b/CRM/Utils/System/Drupal.php index 7af9cc6591..52a1f139c9 100644 --- a/CRM/Utils/System/Drupal.php +++ b/CRM/Utils/System/Drupal.php @@ -416,8 +416,6 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase { /** * Rewrite various system urls to https * - * @param null - * * @return void */ public function mapConfigToSSL() { @@ -454,10 +452,7 @@ class CRM_Utils_System_Drupal extends CRM_Utils_System_DrupalBase { * Load cms bootstrap?. * @param NULL|string $realPath filename of script * - * @return mixed - * false if no auth - * array( - * contactID, ufID, unique string ) if success + * @return mixed false if no auth array(contactID, ufID, unique string ) if success */ public static function authenticate($name, $password, $loadCMSBootstrap = FALSE, $realPath = NULL) { require_once 'DB.php'; @@ -561,7 +556,7 @@ AND u.status = 1 * e.g. for drupal: records a watchdog message about the new session, saves the login timestamp, * calls hook_user op 'login' and generates a new session. * - * @param array params + * @param array $params * * FIXME: Document values accepted/required by $params */ @@ -815,7 +810,7 @@ AND u.status = 1 /** * Check is user logged in. * - * @return boolean + * @return bool */ public function isUserLoggedIn() { $isloggedIn = FALSE;