Browse Source

fixed phpdoc of Request

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
9c97e3e38a
  1. 2
      framework/yii/web/Request.php

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

Loading…
Cancel
Save