Skip to content

Commit 697a901

Browse files
committed
Merge branch 'enh-php-api-ref' into enh-php-api-ref-html
2 parents 055882f + 16d6b59 commit 697a901

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/php_api_ref/.phpdoc/template/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{ parent() }}
77

88
<script>
9-
window.symfonyVersion = '5.4';
9+
window.symfonyVersion = '{{ symfony_version }}';
1010
window.addEventListener('keyup', (event) => {
1111
if (event.key === '/') {
1212
event.stopImmediatePropagation();

tools/php_api_ref/.phpdoc/template/class.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% block content %}
1010
{% include 'components/breadcrumbs.html.twig' %}
1111
{% include 'components/class-title.html.twig' %}
12-
{% include('components/element-header.html.twig') %}
12+
{% include 'components/element-header.html.twig' %}
1313
{% include 'components/constants.html.twig' %}
1414
{% include 'components/properties.html.twig' %}
1515
{% include 'components/methods.html.twig' %}

tools/php_api_ref/.phpdoc/template/interface.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% block content %}
1010
{% include 'components/breadcrumbs.html.twig' %}
1111
{% include 'components/interface-title.html.twig' %}
12-
{% include('components/element-header.html.twig') %}
12+
{% include 'components/element-header.html.twig' %}
1313
{% include 'components/constants.html.twig' %}
1414
{% include 'components/methods.html.twig' %}
1515
{% endblock %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% block content %}
1010
{% include 'components/breadcrumbs.html.twig' %}
1111
{% include 'components/trait-title.html.twig' %}
12-
{% include('components/element-header.html.twig') %}
12+
{% include 'components/element-header.html.twig' %}
1313
{% include 'components/constants.html.twig' %}
1414
{% include 'components/properties.html.twig' %}
1515
{% include 'components/methods.html.twig' %}

0 commit comments

Comments
 (0)