Skip to content

Commit ae3a8ea

Browse files
committed
.phpdoc/template: revert duplicate fix #2584
1 parent e87cd6b commit ae3a8ea

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

tools/api_refs/.phpdoc/template/trait.html.twig

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,12 @@
5252
</a>
5353
<nav class="md-nav">
5454
<ul class="md-nav__list">
55-
{% set treated_properties = [] %}
5655
{% for property in properties|sortByVisibility %}
57-
{% if property.__toString() not in treated_properties %}
58-
<li class="md-nav__item level-2">
59-
<a href="{{ link(property) }}" title="{{ property.name }}" class="md-nav__link">
60-
{{ property.name }}
61-
</a>
62-
</li>
63-
{% set treated_properties = treated_properties|merge([property.__toString()]) %}
64-
{% endif %}
56+
<li class="md-nav__item level-2">
57+
<a href="{{ link(property) }}" title="{{ property.name }}" class="md-nav__link">
58+
{{ property.name }}
59+
</a>
60+
</li>
6561
{% endfor %}
6662
</ul>
6763
</nav>

0 commit comments

Comments
 (0)