thanosp/phpstorm-inheritdoc

Recursive lookup

Opened this issue · 0 comments

rinu commented

I wanted to use this plugin to get documentation for a function that has {@inheritdoc}. The parent class also has {@inheritdoc} as the only documentation for that function. The parent of that class has the real documentation.

As a result docblock is only added in the middle class, but not in the class that I was initially interested in.