Skip to content

Commit e8e215a

Browse files
Merge branch '6.4' into 7.0
* 6.4: [FrameworkBundle] Deprecate not setting some options (uid, validation) [Serializer] Fix deps [FrameworkBundle] Deprecate not setting some options
2 parents 809a9ed + df503d5 commit e8e215a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Fixtures/App/Kernel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ protected function configureContainer(ContainerConfigurator $container): void
5252
'test' => true,
5353
'annotations' => false,
5454
'http_method_override' => false,
55+
'handle_all_throwables' => true,
56+
'php_errors' => ['log' => true],
5557
]);
5658

5759
$container->services()

0 commit comments

Comments
 (0)