Skip to content

Commit 49936fa

Browse files
author
Robin Chalas
committed
Merge branch '3.4' into 4.0
* 3.4: [Intl] Fixed the broken link Fix typo Fix typo Fixed issue #25985 Don't show wanna-be-private services as public in debug:container [Routing] Fix trailing slash redirection for non-safe verbs [DI] Fix tracking of source class changes for lazy-proxies Proxy class names should be deterministic and independent of spl_object_hash() which is somewhat random [Debug] Fix bad registration of exception handler, leading to mem leak [Form] Fixed empty data on expanded ChoiceType and FileType collect extension information as late as possible
2 parents 7b8f52d + d6f19f7 commit 49936fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/FormExtensionBootstrap4LayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class FormExtensionBootstrap4LayoutTest extends AbstractBootstrap4LayoutTest
2929
{
3030
use RuntimeLoaderProvider;
3131
/**
32-
* @var FormRenderer;
32+
* @var FormRenderer
3333
*/
3434
private $renderer;
3535

0 commit comments

Comments
 (0)