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.
@template-implements
1 parent 3793b60 commit c751e1dCopy full SHA for c751e1d
tools/php_api_ref/.phpdoc/template/components/tags.html.twig
@@ -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'] %}
+{% 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'] %}
3
{% set tags = node.tags|filter((v,k) => k not in tags_to_exlude and not (k starts with 'phpstan-')) %}
4
{% set has_tags = false %}
5
{% for name,seriesOfTag in tags %}
0 commit comments