Skip to content

Commit c434aef

Browse files
committed
Merge branch 'extend-phpdoc-coverage' into extend-phpdoc-coverage-html
2 parents a859543 + 963b310 commit c434aef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/php_api_ref/.phpdoc/template/components/class-title.html.twig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
add_edition: true,
99
} %}
1010
{% block subheader %}
11+
{% if node.isReadOnly %}
12+
<div class="content-header__subheader">Read-only</div>
13+
{% endif %}
14+
{% if node.isFinal %}
15+
<div class="content-header__subheader">Final</div>
16+
{% endif %}
1117
{% if node.isAbstract %}
1218
<div class="content-header__subheader">Abstract</div>
1319
{% endif %}

0 commit comments

Comments
 (0)