Skip to content

Commit c751e1d

Browse files
committed
PHP API Ref: exclude @template-implements (#2425)
(cherry picked from commit 8e7a027)
1 parent 3793b60 commit c751e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/php_api_ref/.phpdoc/template/components/tags.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{% set tags_to_exlude = ['todo', 'var', 'param', 'property', 'property-read', 'property-write', 'method', 'return', 'package', 'api', 'final', 'since', 'template', 'template-extends', 'template-covariant'] %}
1+
{% set tags_to_exlude = ['todo', 'var', 'param', 'property', 'property-read', 'property-write', 'method', 'return', 'package', 'api', 'final', 'since',
2+
'template', 'template-implements', 'template-extends', 'template-covariant'] %}
23
{% set tags = node.tags|filter((v,k) => k not in tags_to_exlude and not (k starts with 'phpstan-')) %}
34
{% set has_tags = false %}
45
{% for name,seriesOfTag in tags %}

0 commit comments

Comments
 (0)