Closed
Description
According to the documentation of phpdoc, the @inheritdoc
tag to indicate that the function documentation should be copied from the parent function should be written as {@inheritdoc}
.
Currently, @inheritdoc
is used everywhere in the code of Yii2.
The next version of Netbeans should be able to process these according to this page.