yii2-apidoc icon indicating copy to clipboard operation
yii2-apidoc copied to clipboard

Invalid API for overrided methods and properties

Open WinterSilence opened this issue 3 years ago • 1 comments
trafficstars

What steps will reproduce the problem?

I display problem with method ActiveRecord::fields(), but properties have same problem. This method declared in ArrayableTrait and overreeden in BaseActiveRecord, but ActiveRecord::fields() display initial declaration and you can't detect latest changes.

What's expected?

API display code of BaseActiveRecord::fields()

What do you get instead?

API display code of ArrayableTrait::fields()

Additional info

Q A
Yii version -
Yii APIDoc version 3.0.*
PHP version -
Operating system -

WinterSilence avatar Jun 12 '22 20:06 WinterSilence

phpDocumentor\Reflection work fine, problem in apidoc

WinterSilence avatar Jun 19 '22 16:06 WinterSilence

@arogachev can you fix it? I can't find where you changed phpDocumentor\Reflection behavior

WinterSilence avatar Sep 13 '22 08:09 WinterSilence