Skip to content

Commit a88a3e4

Browse files
smnandreKocal
authored andcommitted
[Toolkit] Fix deprecation Kernel > 7.3
1 parent 7c4f5f7 commit a88a3e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Toolkit/tests/Fixtures/Kernel.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ protected function configureContainer(ContainerConfigurator $container): void
4545
'property_access' => true,
4646
'http_client' => true,
4747
'handle_all_throwables' => true,
48+
49+
...(self::VERSION_ID >= 70300 ? [
50+
'property_info' => ['with_constructor_extractor' => false],
51+
] : []),
4852
]);
4953

5054
$container->extension('twig', [

0 commit comments

Comments
 (0)