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.
1 parent fb875dc commit 209820aCopy full SHA for 209820a
tools/php_api_ref/.phpdoc/template/components/table-of-contents.html.twig
@@ -62,7 +62,7 @@
62
{%- include 'components/anchor.html.twig' with { anchor_link: link(node) ~ '#interfaces' } -%}
63
</h2>
64
<ul class="namespace-list">
65
- {% for entry in joined_data %}
+ {% for entry in joined_data|sort((entry1, entry2) => entry1.name <=> entry2.name) %}
66
<li>
67
<span>
68
<img src="./images/arrow-right.svg" class="arrow" />
0 commit comments