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 50994d5 commit 063e5c3Copy full SHA for 063e5c3
tools/php_api_ref/.phpdoc/template/base.html.twig
@@ -1,5 +1,7 @@
1
{% extends 'layout.html.twig' %}
2
3
+{% set symfony_version = '5.4' %}
4
+
5
{% block javascripts %}
6
{{ parent() }}
7
tools/php_api_ref/.phpdoc/template/class.html.twig
@@ -2,7 +2,7 @@
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
- {% include 'components/class-title.html.twig' with { symfony_version: '5.4' } %}
+ {% include 'components/class-title.html.twig' with { symfony_version: symfony_version } %}
{% include('components/element-header.html.twig') %}
{% include 'components/constants.html.twig' %}
8
{% include 'components/properties.html.twig' %}
0 commit comments