PHPDoc in Session incorrect?
In https://github.com/yiisoft/yii2/blob/master/framework/web/Session.php isn't the @property-read declaration for $cookieParams and $cacheLimiter incorrect? Shouldn't it be just @property?
I didn't check the other properties. There might be further ones. Just stumbled over it.
Indeed this is incorrect. Could you please prepare PR fixing it?
It should be fixed in https://github.com/yiisoft/yii2/blob/master/build/controllers/PhpDocController.php since this part of phpdoc is generated.
@samdark this trash can't work correctly
Yes it can if fixed :)
@samdark it's already fixed in yii\apidoc\models\Context::handlePropertyFeature()
If it doesn't work properly then it's not fixed.
@samdark i mean method in API package better, because check setters/getters only in classes extended BaseObject