From af33e821a0fb9ab299d89d4eebf9fc3fcb622f70 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 2 Mar 2014 16:55:53 -0500 Subject: [PATCH] typo fix. --- framework/web/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/web/Request.php b/framework/web/Request.php index ed48401..0f9a211 100644 --- a/framework/web/Request.php +++ b/framework/web/Request.php @@ -828,7 +828,7 @@ class Request extends \yii\base\Request } /** - * @return string the password sent via HTTP authentication, null if the username is not given + * @return string the password sent via HTTP authentication, null if the password is not given */ public function getAuthPassword() {