We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db1cdf6 + 9f524d5 commit e8d3cfbCopy full SHA for e8d3cfb
lib/runner.php
@@ -162,6 +162,9 @@ function export_docblock( $element ) {
162
if ( method_exists( $tag, 'getTypes' ) ) {
163
$tag_data['types'] = $tag->getTypes();
164
}
165
+ if ( method_exists( $tag, 'getLink' ) ) {
166
+ $tag_data['link'] = $tag->getLink();
167
+ }
168
if ( method_exists( $tag, 'getVariableName' ) ) {
169
$tag_data['variable'] = $tag->getVariableName();
170
0 commit comments