8000 Update src/Toolkit/tests/Fixtures/Kernel.php · symfony/ux@22938ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 22938ba

Browse files
authored
Update src/Toolkit/tests/Fixtures/Kernel.php
1 parent 47d2871 commit 22938ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolkit/tests/Fixtures/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function configureContainer(ContainerConfigurator $container): void
4747
'handle_all_throwables' => true,
4848

4949
...(self::VERSION_ID >= 70300 ? [
50-
'with_constructor_extractor' => false,
50+
'property_info' => ['with_constructor_extractor' => false],
5151
] : []),
5252
]);
5353

0 commit comments

Comments
 (0)
0