Commit 5558fa12 by Carsten Brandt

small code style fix

parent 5c487cdd
......@@ -146,13 +146,16 @@ class Request extends \yii\base\Request
*/
public $parsers = [];
/**
* @var CookieCollection Collection of request cookies.
*/
private $_cookies;
/**
* @var array the headers in this collection (indexed by the header names)
*/
private $_headers;
/**
* Resolves the current request into a route and the associated parameters.
* @return array the first element is the route, and the second is the associated parameters.
......
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