Skip to content

Commit 2f04575

Browse files
committed
fix package name in deprecation
1 parent 5d8abd8 commit 2f04575

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)