1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
dotfiles/phpactor/templates/markdown/Phpactor/DocblockParser/Ast/Docblock.twig

7 lines
151 B
Twig

{{ object.prose|trim }}
{% for tagType in object.tagTypes() %}
{% for tag in object.tags(tagType) %}
{{ render(tag)|trim }}
{% endfor %}
{% endfor %}