mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-18 23:43:19 +08:00
fixed phpdoc of Request
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user