From 9c97e3e38a44db4aadac131e7cec17fe882b62e4 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 5 Aug 2013 12:00:33 +0400 Subject: [PATCH] fixed phpdoc of Request --- framework/yii/web/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/web/Request.php b/framework/yii/web/Request.php index d864d95..c2f5c4b 100644 --- a/framework/yii/web/Request.php +++ b/framework/yii/web/Request.php @@ -864,7 +864,7 @@ class Request extends \yii\base\Request private $_cookieValidationKey; /** - * @return string the secret key used for cookie validation. If it was set previously, + * @return string the secret key used for cookie validation. If it was not set previously, * a random key will be generated and used. */ public function getCookieValidationKey()