File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1431,7 +1431,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1431
1431
->info ('A network interface name, IP address, a host name or a UNIX socket to bind to. ' )
1432
1432
->end ()
1433
1433
->booleanNode ('verify_peer ' )
1434
- ->info ('Indicates if the peer should be verified in a SSL/TLS context. ' )
1434
+ ->info ('Indicates if the peer should be verified in an SSL/TLS context. ' )
1435
1435
->end ()
1436
1436
->booleanNode ('verify_host ' )
1437
1437
->info ('Indicates if the host should exist as a certificate common name. ' )
@@ -1570,7 +1570,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1570
1570
->info ('A network interface name, IP address, a host name or a UNIX socket to bind to. ' )
1571
1571
->end ()
1572
1572
->booleanNode ('verify_peer ' )
1573
- ->info ('Indicates if the peer should be verified in a SSL/TLS context. ' )
1573
+ ->info ('Indicates if the peer should be verified in an SSL/TLS context. ' )
1574
1574
->end ()
1575
1575
->booleanNode ('verify_host ' )
1576
1576
->info ('Indicates if the host should exist as a certificate common name. ' )
You can’t perform that action at this time.
0 commit comments