Skip to content

Commit 4b3ce93

Browse files
committed
Add the "property_info.with_constructor_extractor" option to the config
Fixes: - Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
1 parent 8a8fa6c commit 4b3ce93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/packages/framework.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ framework:
1515
esi: true
1616
fragments: true
1717

18+
property_info:
19+
with_constructor_extractor: false
20+
1821
when@test:
1922
framework:
2023
test: true

0 commit comments

Comments
 (0)