Commit 08db9285 by Qiang Xue

Merge pull request #2421 from yiiframework-com-ua/master

Removed unnecessary PHPDoc property
parents 25b466d2 b4fd27a9
......@@ -57,7 +57,6 @@ use yii\helpers\StringHelper;
* @property string $pathInfo Part of the request URL that is after the entry script and before the question
* mark. Note, the returned path info is already URL-decoded.
* @property integer $port Port number for insecure requests.
* @property array $postParams The request POST parameter values.
* @property array $queryParams The request GET parameter values.
* @property string $queryString Part of the request URL that is after the question mark. This property is
* read-only.
......
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