Skip to content

Commit df503d5

Browse files
Jean-Berunicolas-grekas
authored andcommitted
[FrameworkBundle] Deprecate not setting some options
1 parent 44f8828 commit df503d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Fixtures/App/Kernel.php

+2
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)