Skip to content

Commit dff6d8e

Browse files
Merge branch '8.0' into 8.1
* 8.0: Fix post-merge cleanups for #64389 [Yaml] Replace @dataProvider annotation with #[DataProvider] attribute in InlineTest Migrate `configureSchema()` to DBAL's editor API [Yaml] Fix parsing inline anchored values [Dotenv] Don't truncate external env vars containing $ when referenced via ${...} indirection Remove usage of Kernel::VERSION [Translation] Fix XLIFF 2 catalog metadata Bump Symfony version to 8.0.14 Update VERSION for 8.0.13 Update CHANGELOG for 8.0.13 Bump Symfony version to 7.4.14 Update VERSION for 7.4.13 Update CHANGELOG for 7.4.13 Bump Symfony version to 6.4.42 Update VERSION for 6.4.41 Update CONTRIBUTORS for 6.4.41 Update CHANGELOG for 6.4.41 [ObjectMapper] Fix TargetClass generic in ConditionCallableInterface # Conflicts: # src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php # src/Symfony/Bundle/FrameworkBundle/Console/Application.php # src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php # src/Symfony/Component/HttpKernel/Kernel.php # src/Symfony/Component/ObjectMapper/Condition/TargetClass.php # src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php
2 parents 6f256fc + c2fb6bf commit dff6d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/Profiler/open.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</dd>
4444
</dl>
4545

46-
<a class="doc-link" href="https://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}/reference/configuration/framework.html#ide" rel="help">Open this file in your IDE?</a>
46+
<a class="doc-link" href="https://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::MAJOR_VERSION') }}.{{ constant('Symfony\\Component\\HttpKernel\\Kernel::MINOR_VERSION') }}/reference/configuration/framework.html#ide" rel="help">Open this file in your IDE?</a>
4747
</div>
4848
</main>
4949
</div>

0 commit comments

Comments
 (0)