Skip to content

Commit c65d760

Browse files
committed
minor #59673 [FrameworkBundle] fix package name in deprecation (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] fix package name in deprecation | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- be10d8aac93 fix package name in deprecation
2 parents feda5a4 + 2f04575 commit c65d760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ private function addPropertyInfoSection(ArrayNodeDefinition $rootNode, callable
12341234
->then(function ($v) {
12351235
$v['property_info']['with_constructor_extractor'] = false;
12361236

1237-
trigger_deprecation('symfony/property-info', '7.3', 'Not setting the "with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.');
1237+
trigger_deprecation('symfony/framework-bundle', '7.3', 'Not setting the "with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.');
12381238

12391239
return $v;
12401240
})

0 commit comments

Comments
 (0)