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 7c4f5f7 commit a88a3e4Copy full SHA for a88a3e4
src/Toolkit/tests/Fixtures/Kernel.php
@@ -45,6 +45,10 @@ protected function configureContainer(ContainerConfigurator $container): void
45
'property_access' => true,
46
'http_client' => true,
47
'handle_all_throwables' => true,
48
+
49
+ ...(self::VERSION_ID >= 70300 ? [
50
+ 'property_info' => ['with_constructor_extractor' => false],
51
+ ] : []),
52
]);
53
54
$container->extension('twig', [
0 commit comments