Skip to content

Commit 7d63c76

Browse files
committed
[PropertyInfo] Improve deprecation message
1 parent cb08480 commit 7d63c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

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

1293-
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.');
1293+
trigger_deprecation('symfony/framework-bundle', '7.3', 'Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.');
12941294

12951295
return $v;
12961296
})

0 commit comments

Comments
 (0)