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 b817af0 commit 1547685Copy full SHA for 1547685
http_client.rst
@@ -139,9 +139,7 @@ You can configure the global options using the ``default_options`` option:
139
]);
140
141
You can also use the :method:`Symfony\\Contracts\\HttpClient\\HttpClientInterface::withOptions`
142
-method to retrieve a new instance of the client with new default options :
143
-
144
- .. code-block:: php
+method to retrieve a new instance of the client with new default options::
145
146
$this->client = $client->withOptions([
147
'base_uri' => 'https://...',
0 commit comments