Skip to content

Commit 288cc2b

Browse files
committed
[HttpClient] Minor fixes
1 parent 5bc7841 commit 288cc2b

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
@@ -1481,7 +1481,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
14811481
->info('A comma separated list of hosts that do not require a proxy to be reached.')
14821482
->end()
14831483
->floatNode('timeout')
1484-
->info('Defaults to "default_socket_timeout" ini parameter.')
1484+
->info('The idle timeout, defaults to the "default_socket_timeout" ini parameter.')
14851485
->end()
14861486
->scalarNode('bindto')
14871487
->info('A network interface name, IP address, a host name or a UNIX socket to bind to.')

0 commit comments

Comments
 (0)