8000 Merge branch '5.2' into 5.3 · pableu/symfony-docs@bad3a25 · GitHub
[go: up one dir, main page]

Skip to content

Commit bad3a25

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: [HTTP Client][CS] Add missing commas
2 parents 7f17991 + c926a14 commit bad3a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http_client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,9 +840,9 @@ Add an ``extra.curl`` option in your configuration to pass those extra options::
840840
// ...
841841
'extra' => [
842842
'curl' => [
843-
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V6
844-
]
845-
]
843+
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V6,
844+
],
845+
],
846846
]);
847847

848848
.. note::

0 commit comments

Comments
 (0)
0