Skip to content

Commit

Permalink
Merge branch 'enh-php-api-ref' into enh-php-api-ref-html
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Dec 20, 2024
2 parents 055882f + 16d6b59 commit 697a901
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/php_api_ref/.phpdoc/template/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ parent() }}

<script>
window.symfonyVersion = '5.4';
window.symfonyVersion = '{{ symfony_version }}';
window.addEventListener('keyup', (event) => {
if (event.key === '/') {
event.stopImmediatePropagation();
Expand Down
2 changes: 1 addition & 1 deletion tools/php_api_ref/.phpdoc/template/class.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
{% include 'components/class-title.html.twig' %}
{% include('components/element-header.html.twig') %}
{% include 'components/element-header.html.twig' %}
{% include 'components/constants.html.twig' %}
{% include 'components/properties.html.twig' %}
{% include 'components/methods.html.twig' %}
Expand Down
2 changes: 1 addition & 1 deletion tools/php_api_ref/.phpdoc/template/interface.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
{% include 'components/interface-title.html.twig' %}
{% include('components/element-header.html.twig') %}
{% include 'components/element-header.html.twig' %}
{% include 'components/constants.html.twig' %}
{% include 'components/methods.html.twig' %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion tools/php_api_ref/.phpdoc/template/trait.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
{% include 'components/trait-title.html.twig' %}
{% include('components/element-header.html.twig') %}
{% include 'components/element-header.html.twig' %}
{% include 'components/constants.html.twig' %}
{% include 'components/properties.html.twig' %}
{% include 'components/methods.html.twig' %}
Expand Down

0 comments on commit 697a901

Please sign in to comment.