We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f4445 commit c1b8644Copy full SHA for c1b8644
src/DependencyInjection/Configuration.php
@@ -626,7 +626,7 @@ private function getHttpDispatcherNode(): ArrayNodeDefinition
626
->end()
627
->scalarNode('request_factory')
628
->defaultNull()
629
- ->info('Service name of factory for PSR-7 messages.')
+ ->info('Service name of PSR-17 factory for HTTP messages.')
630
631
632
;
0 commit comments