Skip to content

Commit

Permalink
PHP API Ref: exclude @template-implements
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Jul 4, 2024
1 parent ca691dd commit abf794c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/php_api_ref/.phpdoc/template/components/tags.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set tags_to_exlude = ['todo', 'var', 'param', 'property', 'property-read', 'property-write', 'method', 'return', 'package', 'api', 'final', 'since', 'template', 'template-extends', 'template-covariant'] %}
{% set tags_to_exlude = ['todo', 'var', 'param', 'property', 'property-read', 'property-write', 'method', 'return', 'package', 'api', 'final', 'since',
'template', 'template-implements', 'template-extends', 'template-covariant'] %}
{% set tags = node.tags|filter((v,k) => k not in tags_to_exlude and not (k starts with 'phpstan-')) %}
{% set has_tags = false %}
{% for name,seriesOfTag in tags %}
Expand Down

0 comments on commit abf794c

Please sign in to comment.