Skip to content

Commit c1b8644

Browse files
committed
improve doc for request_factory
1 parent b5f4445 commit c1b8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ private function getHttpDispatcherNode(): ArrayNodeDefinition
626626
->end()
627627
->scalarNode('request_factory')
628628
->defaultNull()
629-
->info('Service name of factory for PSR-7 messages.')
629+
->info('Service name of PSR-17 factory for HTTP messages.')
630630
->end()
631631
->end()
632632
;

0 commit comments

Comments
 (0)