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 8d85792 commit f28b1f7Copy full SHA for f28b1f7
Tests/DependencyInjection/Fixtures/TestKernel.php
@@ -43,7 +43,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
43
'secret' => 'F00',
44
'http_method_override' => false,
45
'annotations' => [
46
- 'enabled' => class_exists(Annotation::class),
+ 'enabled' => class_exists(Annotation::class) && Kernel::VERSION_ID <= 64000,
47
],
48
]);
49
0 commit comments