fixed phpdoc of Request

This commit is contained in:
Alexander Makarov
2013-08-05 12:00:33 +04:00
parent 3368a29b74
commit 9c97e3e38a

View File

@@ -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()