Commit 9c97e3e3 by Alexander Makarov

fixed phpdoc of Request

parent 3368a29b
...@@ -864,7 +864,7 @@ class Request extends \yii\base\Request ...@@ -864,7 +864,7 @@ class Request extends \yii\base\Request
private $_cookieValidationKey; 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. * a random key will be generated and used.
*/ */
public function getCookieValidationKey() public function getCookieValidationKey()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment