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 417143b commit 9907ca1Copy full SHA for 9907ca1
Tests/DependencyInjection/Fixtures/TestKernel.php
@@ -42,7 +42,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
42
$container->loadFromExtension('framework', [
43
'secret' => 'F00',
44
'http_method_override' => false,
45
- 'annotations' => class_exists(Annotation::class) && Kernel::VERSION_ID <= 60400,
+ 'annotations' => class_exists(Annotation::class) && Kernel::VERSION_ID < 60400,
46
'php_errors' => ['log' => true],
47
] + (Kernel::VERSION_ID >= 60200 ? ['handle_all_throwables' => true] : []));
48
$container->loadFromExtension('doctrine', [
0 commit comments