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.
1 parent 3ad44c8 commit 9f524d5Copy full SHA for 9f524d5
lib/runner.php
@@ -159,6 +159,9 @@ function export_docblock( $element ) {
159
if ( method_exists( $tag, 'getTypes' ) ) {
160
$tag_data['types'] = $tag->getTypes();
161
}
162
+ if ( method_exists( $tag, 'getLink' ) ) {
163
+ $tag_data['link'] = $tag->getLink();
164
+ }
165
if ( method_exists( $tag, 'getVariableName' ) ) {
166
$tag_data['variable'] = $tag->getVariableName();
167
0 commit comments