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 dfc05ab commit 16d6b59Copy full SHA for 16d6b59
tools/php_api_ref/.phpdoc/template/base.html.twig
@@ -6,7 +6,7 @@
6
{{ parent() }}
7
8
<script>
9
- window.symfonyVersion = '5.4';
+ window.symfonyVersion = '{{ symfony_version }}';
10
window.addEventListener('keyup', (event) => {
11
if (event.key === '/') {
12
event.stopImmediatePropagation();
0 commit comments