yii2-apidoc
yii2-apidoc copied to clipboard
Invalid API for overrided methods and properties
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 | - |
phpDocumentor\Reflection work fine, problem in apidoc
@arogachev can you fix it? I can't find where you changed phpDocumentor\Reflection behavior