Skip to content

Commit 1547685

Browse files
Apply suggestions from code review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent b817af0 commit 1547685

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

http_client.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ You can configure the global options using the ``default_options`` option:
139139
]);
140140
141141
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
142+
method to retrieve a new instance of the client with new default options::
145143

146144
$this->client = $client->withOptions([
147145
'base_uri' => 'https://...',

0 commit comments

Comments
 (0)